PHP Class Spatie\Permission\PermissionServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: spatie/laravel-permission

Méthodes publiques

Méthode Description
boot ( PermissionRegistrar $permissionLoader ) Bootstrap the application services.
register ( ) Register the application services.

Méthodes protégées

Méthode Description
registerBladeExtensions ( ) Register the blade extensions.
registerModelBindings ( ) Bind the Permission and Role model into the IoC.

Method Details

boot() public méthode

Bootstrap the application services.
public boot ( PermissionRegistrar $permissionLoader )
$permissionLoader PermissionRegistrar

register() public méthode

Register the application services.
public register ( )

registerBladeExtensions() protected méthode

Register the blade extensions.
protected registerBladeExtensions ( )

registerModelBindings() protected méthode

Bind the Permission and Role model into the IoC.
protected registerModelBindings ( )