Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmongeau committed Mar 5, 2015
1 parent 5c89b6a commit 5800dbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5800dbf

Please sign in to comment.