UniSharp / laravel-filemanager

Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
https://unisharp.github.io/laravel-filemanager/
MIT License
2.09k stars 721 forks source link

path issue #947

Open farshid-ahmadian opened 4 years ago

farshid-ahmadian commented 4 years ago

hi, in file manager show images in Correct folder. but images not showed. when i click to open image directly. opened this link path.test/storage/storeimages/4N4QmEeknh7zBP6IiXNPsq27Rg0G9zHXqtC7jhW7.jpeg /instead of path.test/storeimages/4N4QmEeknh7zBP6IiXNPsq27Rg0G9zHXqtC7jhW7.jpeg

how to remove /storage from url?

mafftor commented 4 years ago

just run php artisan storage:link to create symlink of folder in public folder

farshid-ahmadian commented 4 years ago

in config/lfm.php i use this 'disk' => 'public',

and i change my public discks in config/filesystems.php to 'public' => [ 'driver' => 'local', 'root' => public_path(), 'visibility' => 'public', ],

mafftor commented 4 years ago

write me on telegram @mafftor and i could help you

obabeyi71 commented 3 years ago

thank you for your help Mafttor.