miciruf / laravel-ide-helper-companion
提供围绕barryvdh/laravel-ide-helper包便利功能的包
0.2-rc1
2024-09-02 15:18 UTC
Requires
- php: ^8.2
- barryvdh/laravel-ide-helper: ^3.1
- barryvdh/reflection-docblock: ^2.1
- illuminate/contracts: ^10.0||^11.0
- michiruf/laravel-collection-differ: 0.1
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- laravel/pint: ^1.14
- laravel/sail: ^1.31
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^9.0.0||^8.22.0
- pestphp/pest: ^2.34
- pestphp/pest-plugin-arch: ^2.7
- pestphp/pest-plugin-laravel: ^2.3
- spatie/laravel-ray: ^1.35
This package is auto-updated.
Last update: 2024-09-06 16:41:56 UTC
README
这是一个围绕barryvdh / laravel-ide-helper的无配置包。旨在与PHPStorm轻松集成。
安装
composer require --dev michiruf/laravel-ide-helper-companion
使用
命令
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}
文件监视器命令
php artisan ide-helper-companion --throttle=10
将只每10秒执行一次命令,并在10秒后重试当前执行。追加--pint会在注解后自动运行pint,以确保pint不会永久与生成的代码冲突。
WSL和laravel sail的示例文件监视器
许可证
MIT许可证(MIT)。请参阅许可证文件获取更多信息。
