Skip to content
This repository has been archived by the owner on May 11, 2019. It is now read-only.

Commit

Permalink
update rreadme
Browse files Browse the repository at this point in the history
  • Loading branch information
tsawler committed Jan 27, 2016
1 parent ce4e45f commit 69e25d7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,17 @@ following command:

`composer update`

1. Add the ServiceProvider to the providers array in config/app.php:
1. Add the following to the providers array in config/app.php:

```
Tsawler\Laravelfilemanager\LaravelFilemanagerServiceProvider::class,
Intervention\Image\ImageServiceProvider::class
```
1. Add this to the aliases section in config/app.php
`'Image' => Intervention\Image\Facades\Image::class,`
`'Tsawler\Laravelfilemanager\LaravelFilemanagerServiceProvider',`
1. Publish the package's config file:
Expand Down

0 comments on commit 69e25d7

Please sign in to comment.