Laravel-filemanager: path issue

Created on 5 Jun 2020  路  3Comments  路  Source: UniSharp/laravel-filemanager

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?

  • Laravel version : 6
  • Package version : 2.1

All 3 comments

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

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',
],

write me on telegram @mafftor and i could help you

Was this page helpful?
0 / 5 - 0 ratings

Related issues

asimshazad picture asimshazad  路  4Comments

lscavelli picture lscavelli  路  4Comments

ikkosatrio picture ikkosatrio  路  4Comments

Dzhangar1980 picture Dzhangar1980  路  4Comments

phamtien9819 picture phamtien9819  路  5Comments