class ArtisanServiceProvider extends ArtisanServiceProvider

Properties

protected array $commands

The commands to be registered.

protected array $devCommands

The commands to be registered.

Methods

void
registerKeyGenerateCommand()

Register the command.

void
registerSeedCommand()

Register the command.

Details

at line 113
protected void registerKeyGenerateCommand()

Register the command.

Return Value

void

at line 125
protected void registerSeedCommand()

Register the command.

Return Value

void