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: | 2024-11-11 15:18:04 |
Package Statistics | |
---|---|
Total Downloads: | 257 |
Monthly Downloads: | 1 |
Daily Downloads: | 1 |
Total Stars: | 6 |
Total Watchers: | 3 |
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