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 5c89b6a commit 5800dbfCopy full SHA for 5800dbf
readme.md
@@ -53,7 +53,7 @@ $thumbnail->save('/path/to/the/thumbnail.jpg');
53
54
#### Dependencies:
55
56
-* [Laravel 4.x](https://github.com/laravel/laravel)
+* [Laravel 5.x](https://github.com/laravel/laravel)
57
* [Imagine 0.6.x](https://github.com/avalanche123/Imagine)
58
59
#### Server Requirements:
@@ -97,13 +97,13 @@ $ composer update
97
**5-** Publish the configuration file
98
99
```bash
100
-$ php artisan config:publish folklore/image
+$ php artisan vendor:publish --provider=Folklore\Image\ImageServiceProvider"
101
```
102
103
**6-** Review the configuration file
104
105
106
-app/config/packages/folklore/image/config.php
+app/config/image.php
107
108
109
## Documentation
0 commit comments