flynsarmy/oc-idehelper-plugin

OctoberCMS plugin to make development easier by providing IDE helpers

Installs: 7 886

Dependents: 0

Suggesters: 0

Security: 0

Stars: 23

Watchers: 5

Forks: 9

Open Issues: 4

Type:october-plugin

dev-master 2020-08-06 06:11 UTC

This package is auto-updated.

Last update: 2024-04-06 14:12:14 UTC


README

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