Skip to content

Instantly share code, notes, and snippets.

View maxieayala's full-sized avatar
👋

Maxie Ayala maxieayala

👋
View GitHub Profile
@anubra266
anubra266 / Readme.md
Last active October 1, 2025 00:43
Laravel Queue Email Verify and Password Reset Mails

Laravel Queue Email Verify and Password Reset Mails

First step is to overwrite the default methods in your User Model.

NB: We are still using the default Laravel Notifications.

# App/Models/User.php

php