/home/techb158/ileadtechnology.com/vendor/league/glide/docs/0.3
NameSizeModeActions
api/-0755rm
config/-0755rm
_data/-0755rm
changelog.md3010644editdlrm
index.md31330644editdlrm
installation.md6920644editdlrm
simple-example.md17280644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/league/glide/docs/0.3/installation.md (692B)
--- layout: default title: Installation --- # Installation ## Using Composer Glide is available on [Packagist](https://packagist.org/packages/league/glide) and can be installed using [Composer](https://getcomposer.org/). This can be done by running the following command: ~~~ bash composer require league/glide ~~~ Be sure to also include the Composer autoload file in your project: ~~~ php