Created command to generate a new api key

This commit is contained in:
Alejandro Celaya
2016-08-06 18:07:48 +02:00
parent 99d7e6dd7d
commit 74777c2234
7 changed files with 130 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ return [
Command\GetVisitsCommand::class,
Command\ProcessVisitsCommand::class,
Command\Config\GenerateCharsetCommand::class,
Command\Api\GenerateKeyCommand::class,
]
],