定制 fraq/laravel-make-repository 二次开发

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

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

fraq/laravel-make-repository

Composer 安装命令:

composer require fraq/laravel-make-repository

包简介

A simple package to create a make:repository command for Laravel 5+ and Composer 2+

README 文档

README

Latest Stable Version Total Downloads Latest Unstable Version License

Laravel PHP Artisan Make:Repository

A simple package for addding php artisan make:repository command to Laravel 5 and above

Installation

Require the package with composer using the following command:

composer require jason-guru/laravel-make-repository --dev

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

"require-dev": {
          "jason-guru/laravel-make-repository": "^0.0.2"
}

Usage

php artisan make:repository your-repository-name

Example:

php artisan make:repository UserRepository

or

php artisan make:repository Backend\UserRepository

The above will create a repositories directory inside the app directory.

Once the repository is generated add your model class and return it in the model function,

Example:

<?php

namespace DummyNamespace;

use JasonGuru\LaravelMakeRepository\Repository\BaseRepository;
//use Your Model

/**
 * Class DummyClass.
 */
class DummyClass extends BaseRepository
{
    /**
     * @return string
     *  Return the model
     */
    public function model()
    {
        //return YourModel::class
    }
}

Buy Me A Coffee

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-03-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固