2017-10-09 52 views
0

我試圖使用php artisan storage:linkstorage/app/public/post鏈接到public folder,但它顯示資產公用文件夾上的快捷方式文件與內容不同步。我正在使用Laravel 5.5,請幫助我解決此錯誤storage/app/public/post內容與資產公用文件夾不同步

+0

解決...!從資產公用文件夾中刪除存儲文件夾後,然後再次運行,php手工緩存:清除 「php artisan storage:link」再次運行 – Naseem

回答

0

嘗試從資產中刪除存儲文件夾,然後運行php artisan cache:clear並重新運行命令php artisan storage:link您應該知道它。

相關問題