Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 462 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 462 Bytes

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

Run the following command from your terminal:

composer require "activismebe/database-layering: 0.*"

or add this to require section in your composer.json file:

"activismebe/database-layering": "0.*"

then run composer update