PHP Class App\Providers\AccessServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: rappasoft/laravel-5-boilerplate

Protected Properties

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

Public Methods

Method Description
boot ( ) Package boot method
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
registerBladeExtensions ( ) Register the blade extender to use new blade sections

Private Methods

Method Description
registerAccess ( ) : void Register the application bindings.

Method Details

boot() public method

Package boot method
public boot ( )

register() public method

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

registerBladeExtensions() protected method

Register the blade extender to use new blade sections
protected registerBladeExtensions ( )

registerFacade() public method

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

Property Details

$defer protected property

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