Skip to content

Commit a72183f

Browse files
committed
change: laravel10, .envのMAIL_DRIVER → MAIL_MAILERに修正
1 parent 0e4edeb commit a72183f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ REDIS_HOST=127.0.0.1
3939
REDIS_PASSWORD=null
4040
REDIS_PORT=6379
4141

42-
MAIL_DRIVER=smtp
42+
MAIL_MAILER=smtp
4343
MAIL_HOST=smtp.mailtrap.io
4444
MAIL_PORT=2525
4545
MAIL_USERNAME=null

resources/views/plugins/manage/system/mail.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
</div>
6969

7070
<div class="form-group">
71-
<label class="col-form-label">MAIL_DRIVER</label>
72-
<div class="form-text">{{config('mail.driver')}}</div>
71+
<label class="col-form-label">MAIL_MAILER</label>
72+
<div class="form-text">{{config('mail.default')}}</div>
7373
</div>
7474

7575
{{-- Submitボタン --}}

0 commit comments

Comments
 (0)