发烧睡了一晚上,起来继续写代码,改了个View之后,就报如下错误
file_put_contents(storage/framework/views/): failed to open stream: Permission denied
解决办法
php artisan cache:clear
chmod -R 777 storage
composer dump-autoload
重试后没有,粗暴的到storage/framework里面直接删了所有缓存的PHP文件,现在管用了