File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,17 @@ since they do not enforce any kind of security), change this entry in config/lfm
5353 'use_package_routes' => true,
5454 ```
5555
56- 1 . If you don't want to use the default image directory or url, update the appropriate lines in config/lfm.php:
56+ 1 . If you don't want to use the default image/file directory or url, update the appropriate lines in config/lfm.php:
5757
5858 ``` php
59- 'images_dir' => 'public/vendor/laravel-filemanager/files/',
60- 'images_url' => '/vendor/laravel-filemanager/files/',
59+ 'images_dir' => 'public/vendor/laravel-filemanager/images/',
60+ 'images_url' => '/vendor/laravel-filemanager/images/',
61+ 'files_dir' => 'public/vendor/laravel-filemanager/files/',
62+ 'files_url' => '/vendor/laravel-filemanager/files/',
6163 ```
6264
65+ 1. Ensure that the files & images directories are writable by your web serber
66+
63671. In the view where you are using a CKEditor instance, use the file uploader by initializing the
6468CKEditor instance as follows:
6569
You can’t perform that action at this time.
0 commit comments