mirror of
https://github.com/filp/whoops.git
synced 2026-09-15 12:16:18 +00:00
Added "how to" for Laravel 4 integration
This commit is contained in:
@@ -87,6 +87,14 @@ User [@hdias](https://github.com/hdias) contributed a simple guide/example to he
|
||||
|
||||
https://gist.github.com/hdias/5169713#file-start-php
|
||||
|
||||
## Integrating with Laravel 4/Illuminate
|
||||
|
||||
User [@schickling](https://github.com/schickling) contributed a service provider for Laravel 4. Just include this in your app/config/app.php in the "providers" array:
|
||||
|
||||
```php
|
||||
'Damnit\Illuminate\DamnitServiceProvider'
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
If you want to help, great! Here's a couple of steps/guidelines:
|
||||
|
||||
Reference in New Issue
Block a user