I am using laravel 5.2 setup of pre-built project. I am looking to show errors on browser window for any issue happens. I know a simple step to do that which is to modify the APP_DEBUG
to true in .env
file which is pointed by app.php
config file with parameter debug
. I did check that.
Additionally,
-
I added
ini_set
property in index file todisplay_errors
astrue
. -
Along with this, I commented all the
$dontReport
exceptions fromapp/Exceptions/Handler.php
file-AuthorizationException::class, HttpException::class, ModelNotFoundException::class, ValidationException::class,
-
Given 777 permission to my project directory.
At the end, all these crazy methods didn't workout. I tried all I was aware of. Looking for help from you guys.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire