Laravel 5 Repositories - A neat Repository Pattern implementation for Laravel
If you're building a Laravel application using Repository Pattern, take a look at Ntella's repo.
https://gitlab.com/ulrichntella/laravel5-repository
Laravel 5 Repositories is used to abstract the data layer, making our application more flexible to maintain.
Installation
Execute the following command to get the latest version of the package:
composer require izytech/laravel5-repository
Documenatation
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 5.6 Laravel 5.5 Laravel 5.7 Laravel 5 Laravel 5.4 Laravel 5.3 Intermediate