return [ 'auth.otp' => [ 'subject' => 'Your OTP for {{app_name}}', 'view_html' => 'emails.auth.otp', 'view_text' => null, // optional ], 'auth.magic_link' => [ 'subject' => 'Sign in to {{app_name}}', 'view_html' => 'emails.auth.magic_link', 'view_text' => null, ], ]; Laravel

Let's get started

Laravel has an incredibly rich ecosystem.
We suggest starting with the following.