PHP Class Mpociot\VatCalculator\VatCalculatorServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: mpociot/vat-calculator

Protected Properties

Свойство Type Description
$defer boolean Indicates if loading of the provider is deferred.

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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 méthode

Bootstrap the application events.
public boot ( ) : void
Résultat void

mergeConfig() protected méthode

Merges user's and teamwork's configs.
protected mergeConfig ( ) : void
Résultat void

publishConfig() protected méthode

Publish Teamwork configuration.
protected publishConfig ( )

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerFacade() public méthode

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

registerRoutes() protected méthode

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

registerValidatorExtension() protected méthode

registerVatCalculator() protected méthode

Register the application bindings.
protected registerVatCalculator ( ) : void
Résultat void

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
Résultat boolean