Laravel 5.6 adds collision package for command line error reporting

1,224

Collision created and maintained by nunomaduro is an error handler package for PHP command line applications. Starting with Laravel 5.6, applications will contain a dev composer dependency for Collision package.

This package gives you beautiful error reporting when interacting with your Laravel applications through command line or CLI.

You will get error reporting in your terminal like this:

Collision package laravel 5.6

Collision is built on the top of whoops which came back in Laravel 5.5. It supports Laravel artisan and PHPUnit. Checkout Collision Github repo for more information about this package.

You might also like
Comments