summaryrefslogtreecommitdiff
path: root/vendor/league/glide/docs/0.3/installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/league/glide/docs/0.3/installation.md')
-rw-r--r--vendor/league/glide/docs/0.3/installation.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/vendor/league/glide/docs/0.3/installation.md b/vendor/league/glide/docs/0.3/installation.md
deleted file mode 100644
index 56e4a8657d..0000000000
--- a/vendor/league/glide/docs/0.3/installation.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-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. \ No newline at end of file