| Package Data | |
|---|---|
| Maintainer Username: | gravitano |
| Maintainer Contact: | pingpong.labs@gmail.com (Pingpong Labs) |
| Package Create Date: | 2014-09-30 |
| Package Last Update: | 2015-02-09 |
| Home Page: | https://packagist.org/packages/pingpong/whoops |
| Language: | JavaScript |
| License: | BSD-3-Clause |
| Last Refreshed: | 2025-10-30 15:00:59 |
| Package Statistics | |
|---|---|
| Total Downloads: | 258 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 6 |
| Total Watchers: | 1 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
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