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