services.json failed to open stream: Permission denied in Laravel 4

后端 未结 8 779
攒了一身酷
攒了一身酷 2020-12-05 13:54

I was playing around with a working Laravel 4 installation and moved everything into a sub folder. Then I decided to not do that and I moved it all back (all via the command

8条回答
  •  隐瞒了意图╮
    2020-12-05 14:26

    Never run a 777, in recursive mode. It's a security issue. For now, remove the services.json file, and try this :

    Laravel 4: Failed to open stream: Permission denied

提交回复
热议问题