I'm trying to make a folder public within the Laravel storage directory, but I did not succeed. The folder being made public is in the path:
project/storage/app/images
Yes, outside the public . I've already tried to create symblink normally with:
php artisan storage:link
And even created the link symbolic, but still did not get the images.
Later I tried:
ls -l -s "project/storage/app/images" "project/public/"
Also unsuccessful.