I would like to customize this notification email message:
but i can't find where to change the parts marked with red color on my screenshot.
The "Regards" and the message at the bottom.
I would like to customize this notification email message:
but i can't find where to change the parts marked with red color on my screenshot.
The "Regards" and the message at the bottom.
Run the following command in terminal
php artisan vendor:publish --tag=laravel-notifications
and edit the blade template in
/resources/views/vendor/notifications/email.blade.php
© 2022 - 2024 — McMap. All rights reserved.
/vendor/laravel/framework/src/Illuminate/Notifications/resources/views/email.blade.php
maybe if i could copy it and edit it...but where do i specify that i want to use my NEW template? – Eddo