OctoberCMS plugin to make development easier by providing IDE helpers
filipac/oc-idehelper-plugin is a Laravel package for octobercms plugin to make development easier by providing ide helpers.
It currently has 4 GitHub stars and 99 downloads on Packagist (latest version 1.3).
Install it with composer require filipac/oc-idehelper-plugin.
Discover more Laravel packages by filipac
or browse all Laravel packages to compare alternatives.
Last updated
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.
composer require filipac/oc-idehelper-plugin OR git clone into /plugins/filipac/idehelperphp artisan ide-helper:generate --helpers --no-interactionphp artisan ide-helper:models --nowrite --reset --no-interactionNo 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.