承接 tomosia/laravel-easy-crud 相关项目开发

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

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

tomosia/laravel-easy-crud

最新稳定版本:v1.0.3

Composer 安装命令:

composer require tomosia/laravel-easy-crud

包简介

Give commands to help programmers save time when coding

README 文档

README

A package for adding php artisan make:api-crud command to Laravel 8+ and Laravel Module

Auto generate:

  • Controller
  • Service
  • Repository
  • Request
  • Resource
  • Api Document using l5-swagger

Installation

Require the package with composer using the following command:

composer require tomosia/laravel-easy-crud --dev

Or add the following to your composer.json's require-dev section and composer update

"require-dev": {
          "tomosia/laravel-easy-crud": "^1.*"
}

In your config/app.php add VietNH\LaraEasyDev\RepositoryServiceProvider::class to the end of the providers array:

'providers' => [
    ...
    VietNH\LaraEasyDev\RepositoryServiceProvider::class,
],

Publish Configuration

php artisan vendor:publish --provider "VietNH\LaraEasyDev\RepositoryServiceProvider"

Usage

####All file:

php artisan make:api-crud {model} {--module=}

Example:

php artisan make:api-crud User --module=Api

####Each file:

php artisan make:controller {model} {module}

php artisan make:service {model} {module}

php artisan make:repository {model} {module}

php artisan make:request {model} {module}

php artisan make:response {model} {module}

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-08-24

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固