ihorchyshkala / idehelper-plugin
OctoberCMS plugin to make development easier by providing IDE helpers
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:october-plugin
Requires
- barryvdh/laravel-ide-helper: ^3.5
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2025-03-24 18:44:29 UTC
README
This plugin adds ihorchyshkala/idehelper package to October 2.x and 3.x for better IDE support.
Manual Installation
git clone
into /plugins/ihorchyshkala/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