We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad0deb commit d2cd988Copy full SHA for d2cd988
composer.json
@@ -25,6 +25,7 @@
25
"require": {
26
"php": ">=5.4.0",
27
"ext-exif": "*",
28
+ "ext-fileinfo": "*",
29
"illuminate/support": ">=4.2.0",
30
"intervention/image": "2.*"
31
},
docs/installation.md
@@ -1,6 +1,7 @@
1
## Requirements
2
* php >= 5.4
3
* exif extension
4
+ * fileinfo extension
5
* GD Library >=2.0 or Imagick PHP extension >=6.5.7
6
* Laravel 5
7
* requires [intervention/image](https://github.com/Intervention/image) (to make thumbs, crop and resize images).
0 commit comments