# mz_tools **Repository Path**: mz_org/mz_tools ## Basic Information - **Project Name**: mz_tools - **Description**: Mz工具集:采购类(食材) - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-10 - **Last Updated**: 2025-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Mz工具集平台 =============== > 运行环境要求PHP7.2+,兼容PHP8.1 ## 主要新特性 * 多模块 * 路由控制 * JSON响应 * JWT认证 ## 安装 ~~~ composer create-project topthink/think mz_tools composer require topthink/think-multi-app composer require topthink/think-template composer require liliuwei/thinkphp-jump // composer require firebase/php-jwt // CURD,MLog composer require mirze/mz_tp composer require mirze/mz_class composer require mirze/mz_rely ~~~ 辅助 ~~~ // 卸载require包 composer remove packename // 验证码 composer require topthink/think-captcha // excel读写 composer require phpoffice/phpspreadsheet // 生成条形码:png jpg svg composer require picqer/php-barcode-generator ~~~ ### 辅助命令 ~~~ 模块:php think build admin 控制器类库文件:php think make:controller admin@Index 清除runtime目录下内容:php think clear 删除数据缓存目录: php think clear --path D:\CODEROOT\mz_org\mz_tools\runtime ~~~ # 功能说明: ### 模块功能 > common 公共模块:不能直接访问 > admin 管理后台 ### 词汇 ~~~ ~~~