PHPackages                             haojohnny/tp5-curd - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. haojohnny/tp5-curd

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

haojohnny/tp5-curd
==================

Package description here.

v1.0.1(6y ago)6762MITPHP

Since Jul 7Pushed 6y agoCompare

[ Source](https://github.com/haojohnny/thinkphp5-curd)[ Packagist](https://packagist.org/packages/haojohnny/tp5-curd)[ RSS](/packages/haojohnny-tp5-curd/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

 thinkphp5-curd
================

[](#-thinkphp5-curd-)

基于Thinkphp5自定义命令行工具，根据数据表结构创建更完善的model，validate，controller类的开发者工具。

如果你经常写后台管理系统的CURD，那么这个扩展包非常适合你，针对thinkphp5官方命令进行了增强，根据传入的数据表名，创建功能更完善的model，validate，controller类，减少重复造轮子的时间，让你更专注于核心业务开发。

Requires
--------

[](#requires)

php: &gt;=7.0

thinkphp: &gt;=5.0

Installing
----------

[](#installing)

```
$ composer require haojohnny/tp5-curd -vvv
```

Usage
-----

[](#usage)

在Thinkphp5框架的command.php文件中，加入工具命令

```
