Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 300 Bytes

File metadata and controls

18 lines (8 loc) · 300 Bytes
description What to do if i get error 500

Error 500 - Internal Server Error

​Where to see log ?

You can see the logs in the file storage/logs/laravel.log

How to enable debug?

To enable debug you must edit the file config/app.php and set debug to "true"