PHP Class Bosnadev\Repositories\Providers\RepositoryProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: bosnadev/repositories

Protected Properties

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

Public Methods

Method Description
boot ( ) : void Bootstrap the application services.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the application services.

Protected Methods

Method Description
registerBindings ( ) Register the bindings.
registerMakeCriteriaCommand ( ) Register the make:criteria command.
registerMakeRepositoryCommand ( ) Register the make:repository command.

Method Details

boot() public method

Bootstrap the application services.
public boot ( ) : void
return void

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array

register() public method

Register the application services.
public register ( ) : void
return void

registerBindings() protected method

Register the bindings.
protected registerBindings ( )

registerMakeCriteriaCommand() protected method

Register the make:criteria command.

registerMakeRepositoryCommand() protected method

Register the make:repository command.

Property Details

$defer protected property

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