# kindness-module-manage **Repository Path**: pwzhi/kindness-module-manage ## Basic Information - **Project Name**: kindness-module-manage - **Description**: Webman plugin kindness/module-manage - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-12 - **Last Updated**: 2024-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kindness-module-manage #### 介绍 Webman 模块管理插件 #### 安装 composer require kindness/module-manage #### 模块创建 执行命令:php webman module:create #### 模块列表 执行命令:php webman module:list #### 模块禁用 执行命令:php webman module:stop <模块名称> #### 模块启用 执行命令:php webman module:start <模块名称>