diff --git a/app/Console/Commands/GenerateSetupKey.php b/app/Console/Commands/GenerateSetupKey.php new file mode 100644 index 000000000000..4634e71647b8 --- /dev/null +++ b/app/Console/Commands/GenerateSetupKey.php @@ -0,0 +1,45 @@ +info('Success! Copy the following content into your .env or docker-compose.yml:'); + $this->warn('base64:' . $randomString); + } +}