OpCommand
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
at line 50
protected void
writeNewEnvironmentFileWith(string $key)
Write a new environment file with the given key.
at line 64
protected string
keyReplacementPattern()
Get a regex pattern that will match env APP_KEY with any random key.