improved email setup in admin settings

This commit is contained in:
Čarodej
2022-02-11 10:52:14 +01:00
parent 03730b80c0
commit 3fd43936e7
13 changed files with 329 additions and 222 deletions

View File

@@ -57,7 +57,7 @@ class SetupDevEnvironment extends Command
$this->info('Storing default settings and content...');
($this->seedDefaultPages)();
($this->seedDefaultSettings)($this->argument('type'));
($this->seedDefaultSettings)($this->argument('license'));
($this->seedDefaultLanguage)();
$this->store_default_settings();
@@ -82,6 +82,8 @@ class SetupDevEnvironment extends Command
'--stop-when-empty' => true,
]);
$this->warn('Please make sure your current host/domain where you are running app is included in your .env SANCTUM_STATEFUL_DOMAINS variable.');
$this->info('Everything is done, congratulations! 🥳🥳🥳');
}
@@ -1026,7 +1028,7 @@ class SetupDevEnvironment extends Command
],
[
'name' => 'license',
'value' => $this->argument('type'),
'value' => $this->argument('license'),
],
[
'name' => 'purchase_code',