Laravel 5.6 adds the Collision Package for CLI Error Reporting
Published on by Eric L. Barnes
Created by Nuno Maduro, Collision is a package designed to give you beautiful error reporting when interacting with your app through the command line. Starting in Laravel 5.6, Collision will now come preinstalled as a dev
composer dependency.
This means you’ll get nice error reporting in your terminal like this:
Behind the scenes, Collision is built on top of the Whoops error handler, which made a comeback in Laravel 5.5.For more information on Collision check out the Github repo and you can even start using it today by manually installing.
If you want to be notified as soon as 5.6 is released be sure and join our newsletter.
Eric is the creator of Laravel News and has been covering Laravel since 2012.