定制 luiz0067yahoo/laravel-scaffold-command-1 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

luiz0067yahoo/laravel-scaffold-command-1

Composer 安装命令:

composer require luiz0067yahoo/laravel-scaffold-command-1

包简介

create all necessary files for crud with one command.

关键字:

README 文档

README

composer require luiz0067yahoo/laravel-scaffold-command-1:dev-main

create all necessary files for crud operation with one command

  • model
  • resource controller, api or just regular crud controller
  • migration with fields
  • feature tests
  • views, if crud is not api
    • index
    • create
    • show
    • edit
  • resources, if crud is api
    • resource class
    • resource collection class
php artisan vendor:publish --tag=scaffold-stubs

usage

php artisan scaffold Category --fields=name:string,slug:string

or

php artisan scaffold Category --fields=name:string,slug:string --api

php artisan delete all elements

php artisan scaffold  Category --remove

统计信息

  • 总下载量: 59
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-12