feat: make admin email configurable and interactive password seeding

This commit is contained in:
idevakk
2025-11-30 08:06:12 -08:00
parent 9f45e37693
commit a84a4a0c15
5 changed files with 56 additions and 7 deletions

View File

@@ -65,6 +65,19 @@ return [
'url' => env('APP_URL', 'http://localhost'),
/*
|--------------------------------------------------------------------------
| Admin Email
|--------------------------------------------------------------------------
|
| This is the email address that has access to the admin panel. Only this
| exact email address with SUPERADMIN level and verified email can access
| the admin panel.
|
*/
'admin_email' => env('ADMIN_EMAIL'),
/*
|--------------------------------------------------------------------------
| Application Timezone