miciruf/laravel-ide-helper-companion

提供围绕barryvdh/laravel-ide-helper包便利功能的包

0.2-rc1 2024-09-02 15:18 UTC

This package is auto-updated.

Last update: 2024-09-06 16:41:56 UTC


README

Run Tests

这是一个围绕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的示例文件监视器

Example file watcher

许可证

MIT许可证(MIT)。请参阅许可证文件获取更多信息。