From 5800dbf67d04916d408e24948f4653b873261821 Mon Sep 17 00:00:00 2001 From: David Mongeau-Petitpas Date: Thu, 5 Mar 2015 11:40:18 -0500 Subject: [PATCH] Updated Readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 31400e5..f3652f2 100644 --- a/readme.md +++ b/readme.md @@ -53,7 +53,7 @@ $thumbnail->save('/path/to/the/thumbnail.jpg'); #### Dependencies: -* [Laravel 4.x](https://github.com/laravel/laravel) +* [Laravel 5.x](https://github.com/laravel/laravel) * [Imagine 0.6.x](https://github.com/avalanche123/Imagine) #### Server Requirements: @@ -97,13 +97,13 @@ $ composer update **5-** Publish the configuration file ```bash -$ php artisan config:publish folklore/image +$ php artisan vendor:publish --provider=Folklore\Image\ImageServiceProvider" ``` **6-** Review the configuration file ``` -app/config/packages/folklore/image/config.php +app/config/image.php ``` ## Documentation