T
T
Tsarev Vadim2019-07-07 09:46:34
Laravel
Tsarev Vadim, 2019-07-07 09:46:34

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

1 answer(s)
A
Andrey Suha, 2019-07-07
@andreysuha

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 question

Ask a Question

731 491 924 answers to any question