GenerateApiKey
class GenerateApiKey extends Command
Constants
MESSAGE_ERROR_INVALID_NAME_FORMAT |
Error messages |
MESSAGE_ERROR_NAME_ALREADY_USED |
|
Properties
protected string | $signature | The name and signature of the console command. |
|
protected string | $description | The console command description. |
Methods
void
handle()
Execute the console command.
string|null
validateName(string $name)
Validate name
Details
at line 34
void
handle()
Execute the console command.
at line 61
protected string|null
validateName(string $name)
Validate name