0
所以,我只是想安裝最新版本的PHP GD來解決像素問題。TokenMismatchException in VerifyCsrfToken.php因爲我已經更新了我的Box Homestead
從那時起,我打破了很多東西,其中大部分都是我的流浪漢/宅基地盒子。
我記得改變了一些權限,我認爲這是主要問題。
那麼你有一個想法,哪個文件夾應該有什麼樣的權限?
所以,我只是想安裝最新版本的PHP GD來解決像素問題。TokenMismatchException in VerifyCsrfToken.php因爲我已經更新了我的Box Homestead
從那時起,我打破了很多東西,其中大部分都是我的流浪漢/宅基地盒子。
我記得改變了一些權限,我認爲這是主要問題。
那麼你有一個想法,哪個文件夾應該有什麼樣的權限?
從項目目錄
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
Laravel框架文件權限內 - 安全
https://laracasts.com/discuss/channels/general-discussion/laravel-framework-file-permission-security
如果不行嘗試銷燬/重建家園框。
另外,我會跑:
artisan view:clear
artisan cache:clear
artisan config:clear
artisan clear-compiled
composer dump-autoload