How to debug Laravel error 500 with no logs, no information

后端 未结 5 1209
执念已碎
执念已碎 2021-02-07 13:37

I\'m working on an existing Laravel application in order to develop new feature but after installing the app on my computer, I have an error 500 and no clue to resolve it.

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-07 14:13

    Next to looking into your .env file, make sure permissions are correctly set (and good practice to create the storage/logs folder(s) manually - at least on windows that causes problems).

提交回复
热议问题