美文网首页
laravel composer 任意操作后500

laravel composer 任意操作后500

作者: 龚志丹 | 来源:发表于2019-04-30 17:00 被阅读0次

如果laravel出现500,输入php artisan key:generate 就可以正常访问,但是再次敲入composer 任意命令后出现500,检查下目录权限

chmod -R 777 bootstrap/cache/

chmod -R 777 storage

相关文章

网友评论

      本文标题:laravel composer 任意操作后500

      本文链接:https://www.haomeiwen.com/subject/lvivnqtx.html