84669 人學習
152542 人學習
20005 人學習
5487 人學習
7821 人學習
359900 人學習
3350 人學習
180660 人學習
48569 人學習
18603 人學習
40936 人學習
1549 人學習
1183 人學習
32909 人學習
另一種簡單的方法是以程式設計方式執行執行 php artisan storage:link 指令
php artisan storage:link
在routes/web.php上
Route::get('/foo', function () { Artisan::call('storage:link'); });
我透過另一個透過terminal/cmd/shh建立符號連結的指令解決了這個問題:
ln -s /path/to/laravel/storage/app/public /path/to/public/storage
我也解決了這個問題,使用laravel web路由routes/web.php
另一種簡單的方法是以程式設計方式執行執行
php artisan storage:link
指令在routes/web.php上
我透過另一個透過terminal/cmd/shh建立符號連結的指令解決了這個問題:
我也解決了這個問題,使用laravel web路由routes/web.php