oc-idehelper-plugin icon indicating copy to clipboard operation
oc-idehelper-plugin copied to clipboard

IDE Helpers for October CMS

trafficstars

IDE Helpers

This plugin adds barryvdh/ide-helpers package to October for better IDE support.

Installation

  • git clone into /plugins/flynsarmy/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