With this package you can get the whoops errors style like the laravel's style in versions 4.0, 4.1 and 5.0.
Via command line :
composer require "pingpong/whoops:1.*"
After the package installed, add new service provider to your providers
array.
'providers' => array(
// ...
'Pingpong\Whoops\WhoopsServiceProvider',
)
Next, open terminal and publish the package's assets by run :
php artisan asset:publish pingpong/whoops
Done.
This package is open-sourced software licensed under The BSD 3-Clause License