'Laravel custom storage:link

I have a folder in the: -> storage/app/ and I need to make a symbolic link.

Since the php artisan storage:link links -> storage/app/public with -> public/storage.

What would be the best aproach to create a symbolic link for a folder that is not in the storage/app/public?

Or I always need to save images in the storage/app/public?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source