ihorchyshkala / idehelper-plugin
OctoberCMS plugin to make development easier by providing IDE helpers
Package info
github.com/iMateo/oc-plugin-idehelper
Type:october-plugin
pkg:composer/ihorchyshkala/idehelper-plugin
v1.0.6
2025-04-25 10:35 UTC
Requires
- barryvdh/laravel-ide-helper: 2.15.1
- composer/installers: ~1.0
README
This plugin adds ihorchyshkala/idehelper package to October 2.x and 3.x for better IDE support.
Manual Installation
git cloneinto /plugins/ihorchyshkala/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