When your script makes an error and renders in a web browser, laravel creates a nice readable error message and stack trace.
However, if you are creating a command, laravel dumps a huge unreadable object. How do you get laravel to dump a readable error message from the command line? (This project uses 4.2; this problem may be solved in 5.1)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community