标签: php laravel laravel-5.4 dingo-api
我遇到了Dingo和Laravel 5.4的问题,即使我进入HTTP 500 Internal Error,我也没有任何其他细节(空白的铬/邮递员页面)config/app.php:
HTTP 500 Internal Error
config/app.php
'debug' => true, 'env' => 'local',
和config/api.php:
config/api.php
'debug' => true,
为什么它不会呈现典型的laravel错误? :(