- 报错信息
The stream or file "/home/www/startLaravel/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied
在项目根目录下,输入下面俩个命令行,ok
find storage -type d -exec chmod 777 {} \;
find storage -type f -exec chmod 777 {} \;
- 不能被域名解析,防火墙的原因
service iptables stop
- Laravel与larvel不是一个目录的,有区别的。