You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,25 +25,16 @@
25
25
composer require unisharp/laravel-filemanager
26
26
```
27
27
28
-
1. (optional) Edit `config/app.php`:
28
+
1. (optional) Install required dependency with `v3.*` of `intervention/image`:
29
29
30
-
\**For Laravel 5.5 and up, skip to step 3. All service providers and facades are automatically discovered.*
30
+
This package use `intervention/image` to perform image cropping/resizing and generating thumbnails. Since `v3.*` of `intervention/image` does not support Laravel by default, the service provider need to be installed with the following scripts.
0 commit comments