mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-20 02:53:11 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user