Answer the question
In order to leave comments, you need to log in
How to correctly display errors, warnings, etc. in Laravel?
Good day to all. How to correctly display Laravel errors? do intentionally or unintentionally errors in laravel 5.8 / syntax or warning is not shown just hangs reload until forced to stop, win10 , openserver 5.2, php 7.1 / installed Laravel Debugbar ,
in .env
APP_ENV=local
APP_DEBUG=true
APP_URL= localhost
in app
' env' => env('APP_ENV', 'production'),
'debug' => env('APP_DEBUG', true),
/*
* Package Service Providers...
*/
Barryvdh\Debugbar\ServiceProvider::class,
' aliases' => [
'Debugbar' => Barryvdh\Debugbar\Facade::class,
apache hangs open server loads the processor, the page does not show errors and warnings, the logs are empty storage/logs/laravel-2019-07-05.log
-------------------
how organize normal operation and show sos errors!! who can)
Answer the question
In order to leave comments, you need to log in
What mistakes are you making? Usually everything is configured out of the box and you don’t need to configure anything additionally.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question