class ScaffoldServiceProvider extends ServiceProvider

Properties

protected $defer
protected array $commands

The commands to be registered.

Methods

void
register()

Register the service provider.

void
registerCommands(array $commands)

Register the given commands.

registerCreateExtensionCommand($command)

No description

registerCreateComponentCommand($command)

No description

registerCreateControllerCommand($command)

No description

registerCreateModelCommand($command)

No description

registerCreateCommandCommand($command)

No description

array
provides()

Get the services provided by the provider.

Details

at line 29
void register()

Register the service provider.

Return Value

void

at line 41
protected void registerCommands(array $commands)

Register the given commands.

Parameters

array $commands

Return Value

void

at line 50
protected registerCreateExtensionCommand($command)

No description

Parameters

$command

at line 57
protected registerCreateComponentCommand($command)

No description

Parameters

$command

at line 64
protected registerCreateControllerCommand($command)

No description

Parameters

$command

at line 71
protected registerCreateModelCommand($command)

No description

Parameters

$command

at line 78
protected registerCreateCommandCommand($command)

No description

Parameters

$command

at line 90
array provides()

Get the services provided by the provider.

Return Value

array