Level 75
Is this the same as:
Just us ln in linux to set a link.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I've 2 folders
https://i.gyazo.com/da57fe3c032290554790c5f1aa5243ca.png
When I run the command
php artisan storage:link
I've this error:
https://i.gyazo.com/54b66118333637bbe4e507028589fbf9.png
ErrorException
symlink(): No such file or directory
at vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.ph p:335
The answer is to delete the storage folder in public_html before running the php artisan storage:link command. Then it works like a charm.
Please or to participate in this conversation.