So if your notification class is like below:
class UserConfirmationEmail extends Notification { // your code here }
Then the email notification that the user will receive will have the subject of "User Confirmation Email".
Learn to name your Laravel notification class property to get a proper email subject as the default value
Created on Jul 01, 2021
•283 views
class UserConfirmationEmail extends Notification { // your code here }
If you like our tutorial, do make sure to support us by being our Patreon or buy us some coffee ☕️
Load comments for Default Email Subject in Laravel Notifications
Collection of Tailwind CSS components for everyone to use. Browse all of the components that are right for your project.
View Components2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
1 year ago