I tried to create a shorcut folder inside my public_html folder using the command
ln -s LaravelApp/storage/app/public/images public_html/storage"
but it says invalid link.
Here is the image: This is inside my public_html folder
The only one that worked was when I created a shorcut outside the public_html folder but the thing is I cannot access it because it is outside the public_html folder. Is there a way to access the shorcut despite being outside the public folder or a way to create a shorcut inside the public folder? By the way I am using hostinger. Thanks