Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 524 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 524 Bytes

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