ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
>[danger] 友情提示:命令行目前只支持HisiPHP Pro版本([我要升级](https://www.hisiphp.com/authorize.html)) ## 快速生成模块服务 执行下面的指令可以生成`index`模块的`Blog`服务类库文件 ``` >php think make:service index/Blog ``` ## 快速生成插件服务 执行下面的指令可以生成`test`插件的`Blog`服务类库文件 ``` >php think make:service test/Blog --type plugins ``` ## 参数介绍 ``` -t, --type[=TYPE] 目前支持两种类型:module,plugins,默认为module -f, --force[=FORCE] 是否强制覆盖,可选,默认否 ```