Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php artisan storage link cpanel

// it can be perfact if you don't want run cmd
Route::get('/foo', function () {
    Artisan::call('storage:link');
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #artisan #storage #link #cpanel
ADD COMMENT
Topic
Name
5+3 =