2017 © Pedro Peláez
 

library database-layering

Laravel Repositories

image

activismebe/database-layering

Laravel Repositories

  • Sunday, April 8, 2018
  • by Tjoosten
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,396 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 4 Open issues
  • 29 Versions
  • 1 % Grown

The README.md

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., (*1)

Installation

NOTE: This package can be used in Laravel 5.4 or higher., (*2)

You can install the package via composer:, (*3)

composer require activismebe/database-layering

Now add the service provider in config/app.php file:, (*4)

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

You can publish the configuration file now with;, (*5)

php artisan vendor:publish

After that u ready to go and completed the installation., (*6)

The Versions

31/07 2017

dev-refactor-code-scss

dev-refactor-code-scss https://www.activisme.be

Laravel Repositories

  Sources   Download

MIT

The Requires

 

The Development Requires

database laravel repository eloquent repositories

31/07 2017
17/07 2017

0.13

0.13.0.0 https://www.activisme.be

Laravel Repositories

  Sources   Download

MIT

The Requires

 

The Development Requires

database laravel repository eloquent repositories