My Laravel folder structure is
Laravel
|
|--site
|--files
Here, sites is my public folder. And rest of the folders go to files folder.
Now, when I run the command php artisan storage:link
, it says
System cannot find the path specified
And obviously, the link is not working.
What am I missing here?