PHP Class Mpociot\VatCalculator\VatCalculatorServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: mpociot/vat-calculator

Protected Properties

Property Type Description
$defer boolean Indicates if loading of the provider is deferred.

Public Methods

Method Description
boot ( ) : void Bootstrap the application events.
register ( ) : void Register the service provider.
registerFacade ( ) : void Register the vault facade without the user having to add it to the app.php file.

Protected Methods

Method Description
mergeConfig ( ) : void Merges user's and teamwork's configs.
publishConfig ( ) Publish Teamwork configuration.
registerRoutes ( ) Register predefined routes, used for the handy javascript toolkit.
registerValidatorExtension ( )
registerVatCalculator ( ) : void Register the application bindings.

Method Details

boot() public method

Bootstrap the application events.
public boot ( ) : void
return void

mergeConfig() protected method

Merges user's and teamwork's configs.
protected mergeConfig ( ) : void
return void

publishConfig() protected method

Publish Teamwork configuration.
protected publishConfig ( )

register() public method

Register the service provider.
public register ( ) : void
return void

registerFacade() public method

Register the vault facade without the user having to add it to the app.php file.
public registerFacade ( ) : void
return void

registerRoutes() protected method

Register predefined routes, used for the handy javascript toolkit.
protected registerRoutes ( )

registerValidatorExtension() protected method

registerVatCalculator() protected method

Register the application bindings.
protected registerVatCalculator ( ) : void
return void

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
return boolean