Set some defaults for the cache and queue drivers in the installer
This commit is contained in:
@@ -56,8 +56,8 @@ return [
|
||||
*/
|
||||
|
||||
'from' => [
|
||||
'address' => 'hello@example.com',
|
||||
'name' => 'Example',
|
||||
'name' => env('MAIL_FROM_NAME', 'phpVMS Admin'),
|
||||
'address' => env('MAIL_FROM_ADDRESS', ''),
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user