我正在使用我的Android手機進行laravel項目。我使用軟件清除了手機上的垃圾文件,現在嘗試為laravel項目提供服務時出現錯誤。首先,我運行了php artisan serve,并收到了以下錯誤消息:$ php artisan serveIn PackageManifest.php line 168: The /storage/emulated/0/web/tbcians/bootstrap /cache directory must be present and writable .然后,我創建了緩存目錄,并再次運行php artisan服務,并遇到了另一個錯誤:$ php artisan serveIn ProviderRepository.php line 208: Class 'Illuminate\Cache\CacheServiceProvider' not found我該如何解決?我試過跑步$ composer update和$ composer update --no-scripts但我仍然收到錯誤
- 2 回答
- 0 關注
- 210 瀏覽
添加回答
舉報
0/150
提交
取消