abstract class AppServiceProvider extends ServiceProvider

Properties

protected Application $app

The application instance.

protected bool $defer

Methods

void
boot()

Boot the service provider.

void
register()

Register the service provider.

getModule($args)

No description

void
registerConsoleCommand(string $key, string $class)

Registers a new console (artisan) command

array
provides()

Get the services provided by the provider.

Details

at line 26
void boot()

Boot the service provider.

Return Value

void

at line 36
void register()

Register the service provider.

Return Value

void

at line 50
getModule($args)

No description

Parameters

$args

at line 65
void registerConsoleCommand(string $key, string $class)

Registers a new console (artisan) command

Parameters

string $key

The command name

string $class

The command class

Return Value

void

at line 79
array provides()

Get the services provided by the provider.

Return Value

array