Replace facades instead of aliases

More logical, because aliases are auto-detected. This way, the original
facade is also kept.
This commit is contained in:
Barry
2013-04-01 19:03:57 +02:00
parent 4b8597aa75
commit ec18f19777
3 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ If you use SublimeText CodeIntel, the format is a bit different. So add --sublim
php artisan ide-helper:generate -S
You can also publish the config-file to add extra facades (ie. for bundles) or set defaults for --helpers or --sublime.
You can also publish the config-file to change implementations (ie. interface to specific class) or set defaults for --helpers or --sublime.
php artisan config:publish barryvdh/laravel-ide-helper