Taylor Otwell will announce the Laravel new 5.6v
just after his talk at this year's Laracon Online. Book your ticket if you haven't.
But what's crazy coming up in the newer version of Laravel is the collision CLI Error handler
, which means you'll get nice error reporting right in your terminal.
Example
Below is the small example where I've tried running the migrate command in a new Laravel project & it's now showing this set of errors.
Its built on top of whoops
, framework agnostic & available for use. Head over to the Github repo & show some support for this awesome package.