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?
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