php - Warnings are not showing in Laravel 5.1 -


i new laravel, , want show warnings, notices , errors.

i searched lot , tried many things nothing seems work. in .env have

app_env=local app_debug=true 

in controller echo non-defined variable

echo $undefined; 

but still not showing warning or error, runs , there no entry in laravel.log file.

check app.php in config/app.php

'debug' => env('app_debug', true) 

is true or false ?


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -