📜  php artisan storage:link not working - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:22.397000             🧑  作者: Mango

代码示例1
Route::get('/linkstorage', function () {
    Artisan::call('storage:link');
});