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 25
25
"require" : {
26
26
"php" : " >=5.5.0" ,
27
27
"illuminate/support" : " >=4.2.0" ,
28
- "intervention/image" : " 2.*"
28
+ "intervention/image" : " 2.*" ,
29
+ "ext-imagick" : " *" ,
30
+ "ext-gd" : " *"
29
31
},
30
32
"suggest" : {
31
33
"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.
41
41
42
42
### Views
43
43
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/ :
53
45
54
46
``` bash
55
- cp -rf vendor/unisharp/laravel-filemanager/src/views/ resources/views/vendor/laravel-filemanager/
47
+ php artisan vendor:publish --tag=lfm_views
56
48
```
You can’t perform that action at this time.
0 commit comments