josrom/eloquent-crud-repository

All the basic methods to any Laravel project with Repository pattern

4.0.0 2021-06-19 21:29 UTC

This package is auto-updated.

Last update: 2024-10-20 15:48:52 UTC


README

CircleCI Latest Stable Version Total Downloads License

Introduction

EloquentCrudRepository provides a well tested and complete base to create more model repositories using the repository pattern with Eloquent as ORM.

Public methods available

Protected methods available

Installation

To get the last version of EloquentCrudRepository, simply require the project using Composer:

composer require josrom/eloquent-crud-repository

Instead, you may of course manually update your require block and run composer update if you so choose:

{
    "require": {
        "josrom/eloquent-crud-repository": "^10.0"
    }
}

License

EloquentCrudRepository is open-sourced software licensed under the MIT license