why storage link do not work in host for laravel code example
Example: why storage link do not work in host for laravel
Route::get('/linkstorage', function () {
Artisan::call('storage:link');
});
Route::get('/linkstorage', function () {
Artisan::call('storage:link');
});