PHP Class Appzcoder\CrudGenerator\CrudGeneratorServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: appzcoder/crud-generator

Protected Properties

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

Public Methods

Method Description
boot ( ) : void Perform post-registration booting of services.
register ( ) : void Register the service provider.

Method Details

boot() public method

Perform post-registration booting of services.
public boot ( ) : void
return void

register() public method

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

Property Details

$defer protected property

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