Simplify installation

http://blog.doh.ms/2014/10/13/installing-composer-packages/
This commit is contained in:
Barry vd. Heuvel
2014-10-14 10:39:02 +02:00
parent ac8b868261
commit 486d9d9c4d
+2 -2
View File
@@ -14,9 +14,9 @@ Note: You do need CodeIntel for Sublime Text: https://github.com/SublimeCodeInte
### Automatic phpDoc generation for Laravel Facades
Require this package in your composer.json and run composer update (or run `composer require barryvdh/laravel-ide-helper:1.*` directly):
Require this package with composer using the following command:
"barryvdh/laravel-ide-helper": "1.*"
composer require barryvdh/laravel-ide-helper
After updating composer, add the ServiceProvider to the providers array in app/config/app.php