php artisan storage link

37

php artisan storage:link
// it can be perfact if you don't want run cmd
Route::get('/foo', function () {
    Artisan::call('storage:link');
});
$exists = Storage::disk('s3')->exists('file.jpg');

Comments

Submit
0 Comments