Download the PHP package filipac/oc-idehelper-plugin without Composer
On this page you can find all versions of the php package filipac/oc-idehelper-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download filipac/oc-idehelper-plugin
More information about filipac/oc-idehelper-plugin
Files in filipac/oc-idehelper-plugin
Package oc-idehelper-plugin
Short Description OctoberCMS plugin to make development easier by providing IDE helpers
License MIT
Homepage https://github.com/filipac/oc-idehelper-plugin
Informations about the package oc-idehelper-plugin
IDE Helpers
This plugin adds barryvdh/ide-helpers package to October for better IDE support. Also extends the models command to add the magic in helper file/docblocks. For now it looks to methods, properties from the ExtendableTrait (added by plugins or extended by you) and also adds every relation you define in models or is defined using OC Extendable.
Installation
composer require filipac/oc-idehelper-pluginORgit cloneinto /plugins/filipac/idehelperphp artisan ide-helper:generate --helpers --no-interactionphp artisan ide-helper:models --nowrite --reset --no-interaction
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. You can also copy the config file to config/filipac/idehelper to avoid overwrite on update.
TODO
- Auto clear-compiled/generate/optimize after update
All versions of oc-idehelper-plugin with dependencies
barryvdh/laravel-ide-helper Version ^2.8
illuminate/support Version ~5.5.40|~6.0