/
var
/
www
/
flurhymez
/
vendor
/
league
/
glide
/
docs
/
0.3
/
/var/www/flurhymez/vendor/league/glide/docs/0.3
mkdir
upload
Name
Size
Mode
Actions
api/
-
0755
rm
config/
-
0755
rm
_data/
-
0755
rm
changelog.md
301
0644
edit
dl
rm
index.md
3133
0644
edit
dl
rm
installation.md
692
0644
edit
dl
rm
simple-example.md
1728
0644
edit
dl
rm
Edit:
/var/www/flurhymez/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 <?php require 'vendor/autoload.php'; ~~~ ## Downloading .zip file This project is also available for download as a `.zip` file on GitHub. Visit the [releases page](https://github.com/thephpleague/glide/releases), select the version you want, and click the "Source code (zip)" download button.
Save
cmd:
run