laravel 5.1 - Artisan error doesn't show line number -
i'm writing console command laravel 5.1 app. while developing, i'm having error somewhere. when artisan reports error, doesn't give me line number or file; error in shell highlighted in red background:
[errorexception] undefined variable: answerer
how artisan show me more information error occurred, line number , file?
since first hit in google me, reply here. managed find solution issue. add -v option artisan getting stacktrace, including line number.
php artisan -v survey:complete
in case.
Comments
Post a Comment