IDE Helpers
This plugin adds barryvdh/ide-helpers package to October for better IDE support.
Installation
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