Download the PHP package cayu/tp6-curd without Composer
On this page you can find all versions of the php package cayu/tp6-curd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cayu/tp6-curd
More information about cayu/tp6-curd
Files in cayu/tp6-curd
Download cayu/tp6-curd
More information about cayu/tp6-curd
Files in cayu/tp6-curd
Please rate this library. Is it a good library?
Informations about the package tp6-curd
tp6-curd
基于nickbai/tp6-curd 修改的 thinkphp6的一键curd生成controller、model、validate
如何安装
如何使用
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.3
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 cayu/tp6-curd contains the following files
Loading the files please wait ....