class OpCommand extends Command

Properties

protected $signature
protected $description

Methods

int
handle()

No description

void
writeNewEnvironmentFileWith(string $key)

Write a new environment file with the given key.

string
keyReplacementPattern()

Get a regex pattern that will match env APP_KEY with any random key.

Details

at line 18
int handle()

No description

Return Value

int

at line 50
protected void writeNewEnvironmentFileWith(string $key)

Write a new environment file with the given key.

Parameters

string $key

Return Value

void

at line 64
protected string keyReplacementPattern()

Get a regex pattern that will match env APP_KEY with any random key.

Return Value

string