I have installed Laravel 5.5 in subfolder on root of my shared hosting example.com/laravel and now I am creating symlink by php artisan storage:link
via putty (terminal window) and got this error:
The symlink (): No such file or directory
How can I properly maintain a link to laravel project installed on example.com/laravel and when I later deploy it to other domain what parameters should be changed?