ssh into the server and run it. You can also call artisan commands via your code. It really depends on what kind of hosting you have.
Aug 2, 2017
3
Level 1
How to make a symlink on deployed website
I am new in Laravel, as you know in order to access stored files you should have a symlink from storage/app/public to public/storage. In computer you can just type in command line: php artisan storage:link. But now I have deployed my website on hosting and want to create a symlink. How can I do it?
Please or to participate in this conversation.