Laravel Tutorials

Laravel 5.6 adds the Collision Package for CLI Error Reporting

Published
Laravel 5.6 adds the Collision Package for CLI Error Reporting image

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 L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Sponsored

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Laravel Rulebook: Business Rules That Change by Date image

Laravel Rulebook: Business Rules That Change by Date

Read article
Taylor disabled GitHub Issues on most Laravel open-source packages. image

Taylor disabled GitHub Issues on most Laravel open-source packages.

Read article
Exclude Vendor and Default Commands in `php artisan dev` image

Exclude Vendor and Default Commands in `php artisan dev`

Read article
The Laracon Archive image

The Laracon Archive

Read article
Group Adjacent Collection Items in Laravel with chunkBy() image

Group Adjacent Collection Items in Laravel with chunkBy()

Read article
Laravel queue:work Now Prints Why the Worker Stopped image

Laravel queue:work Now Prints Why the Worker Stopped

Read article