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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -