承接 musabbir035/crud 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

musabbir035/crud

最新稳定版本:v0.1.0

Composer 安装命令:

composer require musabbir035/crud

包简介

Generates code for simple CRUD operation.

README 文档

README

This package generates code for simple CRUD operations.

Installation

Require via composer

composer require --dev musabbir035/crud

Usage

Generate code by using the following command

php artisan crud:generate Book

This command generates the model class, controller, validation and migration files. It also appends the routes for the CRUD operations of the created model in the 'routes/web.php' file & runs database migrations.
It also accepts a --fields= option for the fields of the model.

php artisan crud:generate Book --fields="title,author_name"

You will need to create a layout file in resources/views/layouts/main.blade.php. Inside the body tag add @yield('content'). Bootstrap 5 is needed for styling.

统计信息

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

GitHub 信息

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

其他信息

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