Show errors in Laravel

-2

Laravel 5.4 does not show the errors, only error 500 occurs when something fails. How do I make it so that instead of being shown 500 errors tell me where is the error? I have done everything and I do not succeed, I do not know what they will have gotten that comes out.

    
asked by chris vale 22.10.2017 в 00:02
source

1 answer

0

In order to have the same problem, it is solved with this:

sudo chmod -R gu+w storage
sudo chmod -R guo+w storage
    
answered by 22.10.2017 в 22:12