class KeyGenerateCommand extends KeyGenerateCommand

Methods

void
__construct(Filesystem $files)

Create a new key generator command.

void
handle()

Execute the console command.

bool
setKeyInConfigFile(string $key)

Set the application key in the config file.

writeNewConfigFileWith($key, $currentKey)

No description

Details

at line 16
void __construct(Filesystem $files)

Create a new key generator command.

Parameters

Filesystem $files

Return Value

void

at line 28
void handle()

Execute the console command.

Return Value

void

at line 54
protected bool setKeyInConfigFile(string $key)

Set the application key in the config file.

Parameters

string $key

Return Value

bool

at line 67
protected writeNewConfigFileWith($key, $currentKey)

No description

Parameters

$key
$currentKey