php artisan storage:link
The [public/storage] directory has been linked.
public?磁盤適用于要公開訪問的文件。默認情況下,?public?磁盤使用?local?驅(qū)動,并且將這些文件存儲在?storage/app/public?目錄下。為了使它們能通過網(wǎng)絡(luò)訪問,你需要創(chuàng)建?public/storage?到?storage/app/public?的符號鏈接。這種方式能把可公開訪問文件都保留在同一個目錄下,以便在使用零停機時間部署系統(tǒng)如?Envoyer?的時候,就可以輕松地在不同的部署之間共享這些文件。你可以使用 Artisan 命令?storage:link?來創(chuàng)建符號鏈接:

php artisan make:model Models\Vehicle
php artisan make:controller V1\VehicleController