Update provider include syntax for Laravel 5.1.1 LTS

This commit is contained in:
Akshay Agarwal
2015-06-10 21:04:26 +05:30
parent bb3bba2c5b
commit a59a5e1ae1
+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)