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
Requires
- php: ^5.4 || ^7.0
- illuminate/support: ^5.1
Suggests
- laravel/framework: This package have been developed to work with The Laravel Framework.
This package is not auto-updated.
Last update: 2024-11-23 20:26:24 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
- 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"