pingpong/whoops
Custom whoops error style for Laravel framework.
With this package you can get the whoops errors style like the laravel's style in versions 4.0, 4.1 and 5.0.
Preview
Installation
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',
)
Laravel4
Next, open terminal and publish the package's assets by run :
php artisan asset:publish pingpong/whoops
Done.
License
This package is open-sourced software licensed under The BSD 3-Clause License
Related Packages
cristianvuolo/exceptions
Provides A Powerful Error Response System For Both Development And Production
29
0
kamranahmedse/laravel-faulty
A minimal package to assist in returning RESTful exceptions in your APIs.
19,807
65
graham-campbell/exceptions
Provides A Powerful Error Response System For Both Development And Production
1,283,900
587
