michaeldouglas/mservice

Services abstraction for Laravel Framework

1.2 2018-09-14 14:39 UTC

This package is not auto-updated.

Last update: 2025-06-30 10:18:53 UTC


README

Requirements

  1. Laravel 5.2+

Install Library

in folder of project run:

$ composer require michaeldouglas/mservice

Configure Service Provider

In file config\app.php inside providers put the code:

 MichaelDouglas\MService\MServiceServiceProvider::class