PHP Class Spatie\Authorize\AuthorizeServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: spatie/laravel-authorize

Protected Properties

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

Public Methods

Method Description
boot ( ) Bootstrap the application events.
register ( ) Register the service provider.

Method Details

boot() public method

Bootstrap the application events.
public boot ( )

register() public method

Register the service provider.
public register ( )

Property Details

$defer protected property

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