activismebe/database-layering

Laravel Repositories
1,630
Install
composer require activismebe/database-layering
Latest Version:0.35
PHP:>=5.6.0
License:MIT
Last Updated:Sep 20, 2018
Links: GitHub  ·  Packagist
Maintainer: Tjoosten

ActivismeBE - Database Layering

ActivismeBe Database Layering is a package for Laravel 5 which is used to abstract the database layer. This make applications much easier to maintain.

Installation

NOTE: This package can be used in Laravel 5.4 or higher.

You can install the package via composer:

composer require activismebe/database-layering

Now add the service provider in config/app.php file:

'providers' => [
    // ... 
    ActivismeBE\DatabaseLayering\Repositories\Providers\RepositoryProvider::class,
];

You can publish the configuration file now with;

php artisan vendor:publish

After that u ready to go and completed the installation.

Related Packages

gerfey/repository

Creating a Laravel Repositories

3,681 1
graychen/repositories

A warehouse logical data object layer was removed

13 1
buqiu/repository

Laravel Repository 是 Laravel 的一个软件包,用于抽象数据库层。 这使应用程序易于...

2,875 3