Laravel 5 - env local debug true no errors shown

前端 未结 12 1657
天命终不由人
天命终不由人 2020-12-08 19:52

I\'m trying to enable the debug for my app but it looks like I don\'t have any feedback.

The environment is set to local (in the .env file) and if I run



        
12条回答
  •  旧巷少年郎
    2020-12-08 20:27

    I have worked around the issue by chmod -R 777 storage/ on my host machine (Mac OS X). On my guest machine (Ubuntu 14.04) chmod -R 777 storage/ did not change permissions actually.

提交回复
热议问题