flynsarmy / wn-idehelper-plugin
Winter CMS plugin to make development easier by providing IDE helpers
Installs: 2 374
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 2
Open Issues: 1
Type:winter-plugin
Requires
- barryvdh/laravel-ide-helper: ^2.7.0
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-10-09 07:52:31 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 clone
into /plugins/flynsarmy/idehelpercomposer install
php 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