Download the PHP package cbs/tp6-curd without Composer
On this page you can find all versions of the php package cbs/tp6-curd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tp6-curd
tp6-curd
基于thinkphp6的一键curd生成controller、model、validate
如何安装
如何使用 php think curd -t test -c Test -p admin -f 1
php think curd -t table名 -c 控制器名 -p 模块名
-t
表名,你要基于哪个表生成 curd,比如 x_node
,则输入 -t node
-c
控制器名,自动生成的 controller
名称,比如你想要 user
控制器,则输入 -c user
-p
模块名可选,比如你要生成到 admin
模块下,输入 -p admin
系统会自动根据你是否建立名为
Base
的控制器,若没有,则会自动创建一个base
controller
All versions of tp6-curd with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-json Version *
ext-curl Version *
topthink/framework Version ^6.0.0
symfony/var-exporter Version ^5.3
ext-json Version *
ext-curl Version *
topthink/framework Version ^6.0.0
symfony/var-exporter Version ^5.3
The package cbs/tp6-curd contains the following files
Loading the files please wait ....