Skip to content

Commit 5800dbf

Browse files
committed
Updated Readme
1 parent 5c89b6a commit 5800dbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $thumbnail->save('/path/to/the/thumbnail.jpg');
5353

5454
#### Dependencies:
5555

56-
* [Laravel 4.x](https://github.com/laravel/laravel)
56+
* [Laravel 5.x](https://github.com/laravel/laravel)
5757
* [Imagine 0.6.x](https://github.com/avalanche123/Imagine)
5858

5959
#### Server Requirements:
@@ -97,13 +97,13 @@ $ composer update
9797
**5-** Publish the configuration file
9898

9999
```bash
100-
$ php artisan config:publish folklore/image
100+
$ php artisan vendor:publish --provider=Folklore\Image\ImageServiceProvider"
101101
```
102102
103103
**6-** Review the configuration file
104104
105105
```
106-
app/config/packages/folklore/image/config.php
106+
app/config/image.php
107107
```
108108
109109
## Documentation

0 commit comments

Comments
 (0)