PHP Class App\Providers\AccessServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: rappasoft/laravel-5-boilerplate

Protected Properties

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
registerBladeExtensions ( ) Register the blade extender to use new blade sections

Private Methods

Méthode Description
registerAccess ( ) : void Register the application bindings.

Method Details

boot() public méthode

Package boot method
public boot ( )

register() public méthode

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

registerBladeExtensions() protected méthode

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

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

Property Details

$defer protected_oe property

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