subscribo/serviceprovider

Contain Service Provider for Laravel to be extended by other packages as well as modified versions of Service Provider from Laravel 4.2.12

v0.1.2 2016-11-26 18:34 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:07:30 UTC


README

Contain abstract class to be extended by other ServiceProviders (Subscribo\ServiceProvider\ServiceProvider) as well as modified versions of ServiceProvider from v4.2.12 of Laravel Framework Subscribo\ServiceProvider\Laravel\ServiceProvider Subscribo\ServiceProvider\ServiceProvider extends Subscribo\ServiceProvider\Laravel\ServiceProvider Might contain also custom code

Installation

  1. Add the following to your project's composer.json:

1.1 Repository containing this package (note: you need to have access to this repository as well as to resources it points to)

1.2 Dependency under "require" key

    "subscribo/serviceprovider": "~0.1.1"