Download the PHP package mawuekom/laravel-repository without Composer
On this page you can find all versions of the php package mawuekom/laravel-repository. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mawuekom/laravel-repository
More information about mawuekom/laravel-repository
Files in mawuekom/laravel-repository
Package laravel-repository
Short Description Repository Pattern implementation for Laravel
License MIT
Homepage https://github.com/mawuva/laravel-repository
Informations about the package laravel-repository
Repository Pattern implementation for Laravel
This is a Simple Repository Pattern implementation for Laravel Projects and an easily way to build Eloquent queries from API requests.
Installation
You can install the package via composer:
configuration
Laravel
After register the service provider to the providers
array in config/app.php
Publish package config
Lumen
Go to bootstrap/app.php
, and add this in the specified key
Usage
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Hope this package will help you build awesome things
Report bug
Contact me on Twitter @ephraimseddor
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-repository with dependencies
illuminate/support Version ^8.0|^9.0
illuminate/database Version ^8.0|^9.0
mawuekom/laravel-searchable Version ^1.1
spatie/laravel-query-builder Version ^5.0
spatie/laravel-json-api-paginate Version ^1.10