ihorchyshkala/idehelper-plugin

OctoberCMS plugin to make development easier by providing IDE helpers

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 2

Open Issues: 1

Type:october-plugin

pkg:composer/ihorchyshkala/idehelper-plugin

v1.0.6 2025-04-25 10:35 UTC

This package is auto-updated.

Last update: 2025-09-25 11:30:19 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