简体   繁体   中英

Laravel 5.6 error reporting

I'm having a problem with debugging my code in Laravel framework. whenever there is an error, the browser doesn't display a detailed error report like specifying the line number, error type etc..

I made sure that my App_DEBUG variable is set to true and that the file permissions for storage.php is 777. however, the problem isn't solved yet. any idea about the cause and the solution?

在此处输入图片说明

in you .env write

APP_DEBUG=true
APP_LOG_LEVEL=debug

and check if you have generated the key

php artisan key:generate

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM