Added "how to" for Laravel 4 integration

This commit is contained in:
schickling
2013-03-15 21:14:27 +01:00
parent e04d7accc2
commit d59aee0ced
+8
View File
@@ -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: