https://hyperf.wiki/3.0/#/zh-cn/devtool?id=%e6%94%af%e6%8c%81%e7%9a%84%e5%91%bd%e4%bb%a4
php bin/hyperf.php gen:Controller UserController
php bin/hyperf.php gen:Controller HelloController
php bin/hyperf.php gen:Controller DemoController
#含文件夹
php bin/hyperf.php gen:Controller Demo/MainController
php bin/hyperf.php gen:model User
php bin/hyperf.php gen:command FooCommand
生成监听器
php bin/hyperf.php gen:listener RegisterListener
生成表单验证器
php bin/hyperf.php gen:request UserForm
生成配置文件
php bin/hyperf.php vendor:publish hyperf/view
php ./bin/hyperf.php gen:middleware Auth/FooMiddleware
php bin/hyperf.php