dls/entity

a entity manage

Maintainers

Details

gitee.com/min_abo/entity.git

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/dls/entity

1.0.0 2019-07-01 03:57 UTC

This package is not auto-updated.

Last update: 2025-09-30 11:12:03 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