File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 2525 "require" : {
2626 "php" : " >=5.5.0" ,
2727 "illuminate/support" : " >=4.2.0" ,
28- "intervention/image" : " 2.*"
28+ "intervention/image" : " 2.*" ,
29+ "ext-imagick" : " *" ,
30+ "ext-gd" : " *"
2931 },
3032 "suggest" : {
3133 "ext-gd" : " to use GD library based image processing." ,
Original file line number Diff line number Diff line change @@ -41,16 +41,8 @@ Feel free to customize the routes and views if your need.
4141
4242### Views
4343
44- 1 . Copy the views form src/views/ :
45-
46- on Linux :
47-
48- ``` bash
49- cp -rf vendor/unisharp/laravel-filemanager/src/views/* resources/views/vendor/laravel-filemanager/
50- ```
51-
52- on MAC :
44+ 1 . Copy the views from /vendor/unisharp/laravel-filemanager/src/views/ :
5345
5446 ``` bash
55- cp -rf vendor/unisharp/laravel-filemanager/src/views/ resources/views/vendor/laravel-filemanager/
47+ php artisan vendor:publish --tag=lfm_views
5648 ```
You can’t perform that action at this time.
0 commit comments