filipac/oc-idehelper-plugin
Composer 安装命令:
composer require filipac/oc-idehelper-plugin
包简介
OctoberCMS plugin to make development easier by providing IDE helpers
README 文档
README
This plugin adds barryvdh/ide-helpers package to October for better IDE support. Also extends the models command to add the magic in helper file/docblocks. For now it looks to methods, properties from the ExtendableTrait (added by plugins or extended by you) and also adds every relation you define in models or is defined using OC Extendable.
Installation
composer require filipac/oc-idehelper-pluginORgit cloneinto /plugins/filipac/idehelperphp artisan ide-helper:generate --helpers --no-interactionphp artisan ide-helper:models --nowrite --reset --no-interaction
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. You can also copy the config file to config/filipac/idehelper to avoid overwrite on update.
TODO
- Auto clear-compiled/generate/optimize after update
统计信息
- 总下载量: 99
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-26