Veitool框架命令构建器V1.0.0

基于Veitool快捷开发框架的命令构建器

插件信息

  • 插件标识
  • build
  • 插件分类
  • 开发测试
  • 版本要求
  • >= Veitool V1.0.0
  • 当前版本
  • 1.0.0   版本选择
  • 下载次数
  • 328
  • 更新日期
  • 2023-04-01
  • 开发作者
  • veitool

推荐应用

Veitool会员基础系统
基于Veitool开发框架的会员基础系统
VCMS内容管理系统【PC+移动中英文版】
VCMS内容管理系统适用于传统企业产品宣传、品牌形象展示等展示型网站
Veitool框架命令构建器

基于Veitool快捷开发框架的命令构建器

  • 版本历史1
1.0.02023-04-01
后台控制器:php think make:controller admin@Veitool --admin
前台控制器:php think make:controller index@Veitool --index
API控制器:php think make:controller api@Veitool --api
数据模型类:php think make:model Veitool
验证器类:php think make:validate Veitool
中间件类:php think make:middleware Veitool
监听器类:php think make:listener Veitool
订阅者类:php think make:subscribe Veitool
系统服务类:php think make:service Veitool
事件类:php think make:event Veitool
指令类:php think make:command Veitool