Have you tried to create the symlink manually via CLI ?
May 2, 2024
5
Level 3
Symlink generates storage file instead of folder in laravel 11.
When I run sail artisan storage:link it successfully links the directory. Issue is it is a non-clickable file is generated inside public instead of a directory. When I hover over it, a little tooltip appears Invalid symlink I am on ubuntu.
The filesystem.php is left as it is in default Laravel. Did not change nothing since it is ok the way it is now.
I checked my permission with ls -ld public i do get drwxr-xr-x 3 me me 4096. Any idea how to create a folder inside public rather than a file?
Please or to participate in this conversation.