dls/entity

a entity manage

1.0.0 2019-07-01 03:57 UTC

This package is not auto-updated.

Last update: 2024-05-28 04:25:08 UTC


README

介绍

a entity manager

软件架构

安装教程

composer require dls/entity

使用说明

// 发布 模板/样式文件

php artisan vendor:publish --provider="Dls\Entity\EntityServiceProvider"

php artisan dlsentity:install

// 生成实体Model

php artisan dlsentity:model Model\\MwGame

php artisan dlsentity:controller MwGameController --model=App\\Model\\MwGame