定制 purrdigital/laravel-crud-package 二次开发

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

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

purrdigital/laravel-crud-package

最新稳定版本:v1.0.2

Composer 安装命令:

composer require purrdigital/laravel-crud-package

包简介

Opinionated Repository CRUD Generator

README 文档

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This package will create a full crud suite for you. This is based on an opinionated repository pattern. This package uses vue/inertia for the front end so this package won't work with any other front-end unless of course you manually update the controllers to work with your front end.

Installation

You can install the package via composer:

composer require PurrDigital/laravel-crud-package

Usage

In the terminal and using php artisan you can run the following command
php artisan generate:crud Test

Using the above command will generate the following,

  1. Controller
  2. Model
  3. Seeder
  4. Policy
  5. Request
  6. Resource
  7. Interface
  8. Repository
  9. Update repository provider(if it exists)

Changelog

Please see CHANGELOG for more information on what has changed recently.

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-07-28