storage link laravel hosting code example
Example 1: laravel 6 link storage with public
php artisan storage:link
Example 2: why storage link do not work in host for laravel
Route::get('/linkstorage', function () {
Artisan::call('storage:link');
});