From 486d9d9c4d209720d490ac186f8493b3c0f6897c Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 14 Oct 2014 10:39:02 +0200 Subject: [PATCH] Simplify installation http://blog.doh.ms/2014/10/13/installing-composer-packages/ --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8bb15b5..cde4a5f 100644 --- a/readme.md +++ b/readme.md @@ -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