# entity **Repository Path**: min_abo/entity ## Basic Information - **Project Name**: entity - **Description**: a entity manager - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # entity #### 介绍 a entity manager #### 软件架构 软 #### 安装教程 ```js composer require dls/entity ``` #### 使用说明 // 发布 模板/样式文件 ```js php artisan vendor:publish --provider="Dls\Entity\EntityServiceProvider" php artisan dlsentity:install ``` // 生成实体Model ```js php artisan dlsentity:model Model\\MwGame php artisan dlsentity:controller MwGameController --model=App\\Model\\MwGame ```