ActivismeBe Database Layering is a package for Laravel 5 which is used to abstract the database layer. This make applications much easier to maintain.
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