josrom / eloquent-crud-repository
All the basic methods to any Laravel project with Repository pattern
Installs: 2 350
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^7.3|^8.0
- illuminate/database: ^8.0
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-10-20 15:48:52 UTC
README
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