michiruf/laravel-ide-helper-companion
最新稳定版本:0.2-rc1
Composer 安装命令:
composer require michiruf/laravel-ide-helper-companion
包简介
Package that provides convenience features around the barryvdh/laravel-ide-helper package
README 文档
README
This is a zero configuration package around barryvdh / laravel-ide-helper. Which aims to integrate easily with PHPStorm.
Installation
composer require --dev michiruf/laravel-ide-helper-companion
Usage
Commands:
php artisan ide-helper-companion {--throttle=0}
php artisan ide-helper-companion:annotate {--D|dir=} {--throttle=0} {--pint}
php artisan ide-helper-companion:generate {--throttle=0}
Command for a file watcher:
php artisan ide-helper-companion --throttle=10
will execute the command only every 10 seconds, and also will retry the current execution after 10 seconds.
Append --pint automatically run pint after annotation and so to ensure pint is not permanently conflicting with the
generated code.
Example file watcher for WSL and laravel sail
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-30
