I've got a problem with Dingo and Laravel 5.4, I'm getting HTTP 500 Internal Error
without any other details (blank chrome/postman page) even if I got in config/app.php
:
'debug' => true,
'env' => 'local',
and in config/api.php
:
'debug' => true,
Why it doesn't render typical laravel errors? :(