PHPackages                             haojohnny/tp6-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/tp6-curd

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

haojohnny/tp6-curd
==================

Package description here.

v1.1(5y ago)41971[2 issues](https://github.com/haojohnny/thinkphp6-curd/issues)MITPHPPHP &gt;=7.1

Since Jul 31Pushed 5y agoCompare

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

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

 thinkphp6-curd
================

[](#-thinkphp6-curd-)

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

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

Requires
--------

[](#requires)

thinkphp: &gt;=6.0

Installing
----------

[](#installing)

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

Usage
-----

[](#usage)

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

```
