\Blackpulp\MinistryPlatform\LaravelMinistryPlatformServiceProvider

The service provider allows Laravel to publish the config file and handles dependency injection into the IoC Container.

Summary

Methods
Properties
Constants
boot()
register()
_registerMinistryPlatform()
No public properties found
No constants found
No protected methods found
$defer
N/A
No private methods found
No private properties found
N/A

Properties

$defer

$defer : boolean

Indicates if loading of the provider is deferred.

Type

boolean

Methods

boot()

boot() : void

Publish Configuration file.

register()

register() : void

Registers bindings in the container.

_registerMinistryPlatform()

_registerMinistryPlatform() : \Blackpulp\MinistryPlatform\MinistryPlatform

Specifically registers the MinistryPlatform object in the IoC.

Returns

\Blackpulp\MinistryPlatform\MinistryPlatform