Skip to content

一键生成CURD基础代码,适用于thinkphp6框架

License

Notifications You must be signed in to change notification settings

jszsl001/tp6-curd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tp6-curd

一键生成CURD基础代码,适用于thinkphp6框架

安装

composer require jszsl001/tp6-curd

配置

配置文件位于 config/curd.php

公共配置

[
    'db_prefix'=>'' //数据表前缀,没有则留空
]

例子

一键生成curd代码

# module : 模块名
# db_name : 数据表名
php think curd:make [module] [db_name]

初始化基础文件

# 生成基础公共文件
php think curd:init  

About

一键生成CURD基础代码,适用于thinkphp6框架

Resources

License

Stars

Watchers

Forks

Packages

No packages published