php artisan storage link cpanel

110

php artisan storage link -

php artisan storage:link

php artisan storage link cpanel -

// it can be perfact if you don't want run cmd
Route::get('/foo', function () {
    Artisan::call('storage:link');
});

Comments

Submit
0 Comments