# think-plugin **Repository Path**: Qinyixian/think-plugin ## Basic Information - **Project Name**: think-plugin - **Description**: thinkphp框架一个可以扩展插件的扩展包,支持本地扩展或者composer扩展包 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-10 - **Last Updated**: 2025-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # think-plugin #### 介绍 thinkphp框架一个可以扩展插件的扩展包,支持本地扩展或者composer扩展包 #### 软件架构 软件架构说明 #### 安装教程 1. composer require inuo/think-plugin #### 使用说明 1. 创建本地扩展命令 ` php think plugin:make demo` 2. 查看扩展 `php think plugin list` 3. 启用 enable 关闭 disable :`php think plugin enable demo`