Put the below code on route/web.php
Route::get('/linkstorage', function () {
Artisan::call('storage:link'); // this will do the command line job
});
Go to https://yourdomainname.com/linkstorage once.
That's it.
You can put above code on comment once it is done.
Top comments (0)