Skip to content

IDE Helper

Hyperf 的 IDE 助手組件

安裝

shell
composer require friendsofhyperf/ide-helper

使用

  • 生成模型助手
shell
php ./bin/hyperf.php ide-helper:model
  • 生成宏助手
shell
php ./bin/hyperf.php ide-helper:macro