flynsarmy / wn-idehelper-plugin
Winter CMS plugin to make development easier by providing IDE helpers
Package info
github.com/Flynsarmy/wn-idehelper-plugin
Type:winter-plugin
pkg:composer/flynsarmy/wn-idehelper-plugin
dev-master
2021-08-05 06:46 UTC
Requires
- barryvdh/laravel-ide-helper: ^2.7.0
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2026-03-09 10:39:36 UTC
README
This plugin adds barryvdh/ide-helpers package to October for better IDE support.
Installation
Via Composer
- Add repository to
composer.json.
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Flynsarmy/wn-idehelper-plugin"
}
],
composer require --dev flynsarmy/wn-idehelper-plugin "dev-master"
Manually
git cloneinto /plugins/flynsarmy/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