PHP Class Proengsoft\JsValidation\JsValidationServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: proengsoft/laravel-jsvalidation

Public Methods

Method Description
boot ( ) Bootstrap the application services.
register ( ) Register the application services.

Protected Methods

Method Description
bootstrapConfigs ( ) Load and publishes configs.
bootstrapValidator ( ) Configure Laravel Validator.
bootstrapViews ( ) Configure and publish views.
publishAssets ( ) Publish public assets.

Method Details

boot() public method

Bootstrap the application services.
public boot ( )

bootstrapConfigs() protected method

Load and publishes configs.
protected bootstrapConfigs ( )

bootstrapValidator() protected method

Configure Laravel Validator.
protected bootstrapValidator ( )

bootstrapViews() protected method

Configure and publish views.
protected bootstrapViews ( )

publishAssets() protected method

Publish public assets.
protected publishAssets ( )

register() public method

Register the application services.
public register ( )