Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

adnanerlansyah403's avatar

is there a website that provides notification templates for laravel?

Hello everyone, i want to ask. is there a website that provides notification templates for laravel?, maybe here there's anyone knew about this. So please,if anyone knows, can you tell me too.

And thank you so much for all

0 likes
1 reply
Braunson's avatar

I don't believe there's a website that provides Laravel notification templates but Laravel makes it quite easy to create your own styles/templates or modify the existing ones to suit your needs or match your brand.

You can find more information on how to publish and customize the notification templates at https://laravel.com/docs/9.x/notifications#customizing-the-templates

Here is a tutorial that takes you through editing a notification template https://medium.com/@christianjombo/customizing-laravels-default-notification-email-template-adding-a-logo-and-changing-ff6f107dd640

If you wanted to use or look into using an email framework for rapid HTML email development I would suggest checking out Maizzle Email Framework which has great documentation to aid you in your project and uses Tailwind CSS!

Please or to participate in this conversation.