pingpong / whoops
With this package you can get the whoops errors style like the laravel's style in versions 4.0 and 4.1.
Installs: 256
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 1
Open Issues: 0
Language:JavaScript
Requires
- php: >=5.4.0
- filp/whoops: >=1.1.0
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2024-11-05 02:13:05 UTC
README
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