Answers for "how to create laravel storage symlink in cpanel hosting"

PHP
0

php artisan storage link cpanel

// it can be perfact if you don't want run cmd
Route::get('/foo', function () {
    Artisan::call('storage:link');
});
Posted by: Guest on December-06-2021

Code answers related to "how to create laravel storage symlink in cpanel hosting"

Browse Popular Code Answers by Language