feat: 项目基础框架+配置+Kernel
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
return [
|
||||
'host' => env('MAIL_HOST', 'smtp.mailgun.org'),
|
||||
'port' => env('MAIL_PORT', 587),
|
||||
'username' => env('MAIL_USERNAME'),
|
||||
'password' => env('MAIL_PASSWORD'),
|
||||
|
||||
|
||||
|
||||
];
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user