承接 matmper/laravel-repository-release 相关项目开发

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

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

matmper/laravel-repository-release

最新稳定版本:1.0.2

Composer 安装命令:

composer require matmper/laravel-repository-release

包简介

Package to simplify the use of repositories in Laravel

README 文档

README

Package to simplify the use of database repositories in Laravel

PRs Welcome Packagist Github Actions License MIT

Dependences

  • PHP >= 8.0.2 (Doc)
  • Laravel >= 9.1.15 (Doc)

Install

Install this database srepository in your vendor path:

# install package
$ composer require matmper/laravel-repository-release

# publish package
$ php artisan vendor:publish --provider="Matmper\Providers\RepositoryProvider"

Usage

Create new repository file

# create single model repository file
$ php artisan repository:create User

# create all pending model repositories files
$ php artisan repository:create all

Documentation

Access: laravel-repository-release

laravel-repository-release version Laravel versions
1.x 9 / 10 / 11

Contribution & Development

This is an open source code, free for distribution and contribution. All contributions will be accepted only with Pull Request and that pass the test and code standardization.

Run composer install in yout development env:

$ composer install --dev --prefer-dist

Now you can use composer check in your terminal.

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-08-01