ユーザー登録確認メールとパスワードリセットメールのテンプレートを分けます。
$ grep -r markdown *
app/Notifications/CustomVerifyEmail.php: return (new MailMessage)->markdown('verify')
app/Notifications/CustomResetPassword.php: return (new MailMessage)->markdown('reset')
Views: 45
Your future has not been written yet
ユーザー登録確認メールとパスワードリセットメールのテンプレートを分けます。
$ grep -r markdown *
app/Notifications/CustomVerifyEmail.php: return (new MailMessage)->markdown('verify')
app/Notifications/CustomResetPassword.php: return (new MailMessage)->markdown('reset')
Views: 45