From 3fbe33099808bae32b09f368830e47494f32f142 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 10 Aug 2015 21:05:06 +0200 Subject: [PATCH] Update readme.md --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9508c54..77e4c2d 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,9 @@ _Checkout [this Laracasts video](https://laracasts.com/series/how-to-be-awesome- This package generates a file that your IDE understands, so it can provide accurate autocompletion. Generation is done based on the files in your project, so they are always 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). -* Generated version: https://gist.github.com/barryvdh/5227822 +* Generated version for L5: https://gist.github.com/barryvdh/5227822 +* Generated version for Lumen: https://gist.github.com/barryvdh/be17164b0ad51f832f20 +* Generated Phpstorm Meta file: https://gist.github.com/barryvdh/bb6ffc5d11e0a75dba67 Note: You do need CodeIntel for Sublime Text: https://github.com/SublimeCodeIntel/SublimeCodeIntel