ihorchyshkala/idehelper-plugin

OctoberCMS plugin to make development easier by providing IDE helpers

v1.0.3 2025-03-24 18:43 UTC

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/idehelper
  • composer 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