# thinkphp_code_generation **Repository Path**: luo-cheng2/thinkphp_code_generation ## Basic Information - **Project Name**: thinkphp_code_generation - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-15 - **Last Updated**: 2024-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #thinkphp6 批量生成模型 引用方式 `` composer require luocheng/thinkphp_code_generation `` 批量生成model `` php think batch:make:model `` 执行脚本过后将会创建所有的模型,并添加上相关的注释 批量生成controller `` php think batch:make:controller ``