add user_verification option to settings for Setup Dev/Prod Enviroment

This commit is contained in:
Milos Holba
2021-05-29 12:55:04 +02:00
parent 9189d73df9
commit 359ae80e22
5 changed files with 11 additions and 2 deletions

View File

@@ -112,6 +112,10 @@ class SetupProdEnvironment extends Command
'name' => 'registration',
'value' => 0,
],
[
'name' => 'user_verification',
'value' => 1,
],
[
'name' => 'storage_limitation',
'value' => 1,
@@ -181,6 +185,8 @@ class SetupProdEnvironment extends Command
'role' => 'admin',
'email' => 'howdy@hi5ve.digital',
'password' => bcrypt('vuefilemanager'),
'email_verified_at' => now(),
]);
$user