Thanks to visit codestin.com
Credit goes to github.com

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

Commit 69e25d7

Browse files
committed
update rreadme
1 parent ce4e45f commit 69e25d7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,17 @@ following command:
3131

3232
`composer update`
3333

34-
1. Add the ServiceProvider to the providers array in config/app.php:
34+
1. Add the following to the providers array in config/app.php:
35+
36+
```
37+
Tsawler\Laravelfilemanager\LaravelFilemanagerServiceProvider::class,
38+
Intervention\Image\ImageServiceProvider::class
39+
```
40+
41+
1. Add this to the aliases section in config/app.php
42+
43+
`'Image' => Intervention\Image\Facades\Image::class,`
3544
36-
`'Tsawler\Laravelfilemanager\LaravelFilemanagerServiceProvider',`
3745
3846
1. Publish the package's config file:
3947

0 commit comments

Comments
 (0)