icstudio / oc-idehelper-plugin
OctoberCMS plugin to make development easier by providing IDE helpers
Package info
github.com/icstudio-ua/oc-idehelper-plugin
Type:october-plugin
pkg:composer/icstudio/oc-idehelper-plugin
1.0.1
2022-10-21 13:46 UTC
Requires
- barryvdh/laravel-ide-helper: ^2.12
- composer/installers: ~1.0
- october/system: ^3.0
README
This plugin adds icstudio/ide-helpers package to October for better IDE support.
Installation
git cloneinto /plugins/icstudio/idehelpercomposer installphp artisan ide-helper:generate
Configuration
No configuration is necessary, but for use of php artisan ide-helper:models you may need to edit /config/config.php to include the model files you wish to be scanned.
TODO
- Auto clear-compiled/generate/optimize after update