Merge pull request #222 from akshayagarwal/patch-1

Update provider include syntax for Laravel 5.1.1 LTS
This commit is contained in:
Barry vd. Heuvel
2015-06-11 08:41:55 +02:00
+1 -1
View File
@@ -39,7 +39,7 @@ Require this package with composer using the following command:
After updating composer, add the service provider to the `providers` array in `config/app.php` After updating composer, add the service provider to the `providers` array in `config/app.php`
'Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider', Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,
You can now re-generate the docs yourself (for future updates) You can now re-generate the docs yourself (for future updates)