We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2f690f + 5745fa9 commit 1f19d67Copy full SHA for 1f19d67
composer.json
@@ -42,5 +42,16 @@
42
"Unisharp\\Laravelfilemanager\\": "src/"
43
}
44
},
45
- "bin": ["bin/debug"]
+ "bin": ["bin/debug"],
46
+ "extra": {
47
+ "laravel": {
48
+ "providers": [
49
+ "Unisharp\\Laravelfilemanager\\LaravelFilemanagerServiceProvider",
50
+ "Intervention\\Image\\ImageServiceProvider"
51
+ ],
52
+ "aliases": {
53
+ "Image": "Intervention\\Image\\Facades\\Image"
54
+ }
55
56
57
docs/installation.md
@@ -14,6 +14,8 @@
14
15
1. Edit `config/app.php` :
16
17
+ \* *For Laravel 5.5 and up, skip to step 3. All service providers and facades are automatically discovered.*
18
+
19
Add service providers
20
21
```php
0 commit comments