我正在使用我的Android手机进行laravel项目。
我使用软件清除了手机上的垃圾文件,现在尝试为laravel项目提供服务时出现错误。
首先,我运行了php artisan serve,并收到了以下错误消息:
$ php artisan serve
In PackageManifest.php line 168:
The /storage/emulated/0/web/tbcians/bootstrap
/cache directory must be present and writable
.
然后,我创建了缓存目录,并再次运行php artisan服务,并遇到了另一个错误:
$ php artisan serve
In ProviderRepository.php line 208:
Class 'Illuminate\Cache\CacheServiceProvider'
not found
我该如何解决?
我试过跑步
$ composer update
和
$ composer update --no-scripts
但我仍然收到错误
郎朗坤
冉冉说