From bfe955ce1fc1ecf51dfbaf17e2fb54e6720ae1e5 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Wed, 25 Jun 2014 19:25:35 +0200 Subject: [PATCH] Add laracasts link --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 75fddb1..85d488e 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,8 @@ ### Complete phpDocs, directly from the source +_Checkout [this Laracast video](https://laracasts.com/series/how-to-be-awesome-in-phpstorm/episodes/15) for a quick introduction/explanation!_ + This packages generates a file that your IDE can understand, so it can provide accurate autocompletion. Generation is done, based on the files in your project, so they are alway up-to-date. If you don't want to generate it, you can add a pre-generated file to the root folder of your laravel project. (But this isn't as up-to-date as self generated files)