The largest open-source catalog of designed transactional email for Laravel.
# Mailyte Email Templates — free HTML email templates for Laravel
**The largest open-source library of ready-to-use transactional email templates
for Laravel and PHP.** Fifty free, responsive, dark-mode HTML email templates —
welcome, verify email, password reset, invoice, receipt, newsletter and the rest —
each with its own design, MIT licensed, ready to send in one line.
Part of **Mailyte** — open-source mail and collaboration
infrastructure — a product of **Techies Africa**.
Laravel already tells you *how* to send mail. It has never told you what the mail
should look like — so every team rewrites the same welcome email, the same
receipt, the same password reset, and every one of them ships an invoice where
the amount due is set in the same 15px grey as the VAT line.
This package is the other half. Not a mechanism for storing templates: the
templates themselves.
```bash
composer require mailyte/laravel-email-templates
```
```php
Mailyte::template('password-reset')
->with(['reset_url' => $url, 'expires_in' => '1 hour'])
->send($user);
```
That is the whole integration. No Blade to write, no mailable to scaffold, no
designer to brief.
---
## See all 50 before you install
**Browse the full gallery →** — every template, every layout it
supports (`plain`, `minimal`, `branded`, `editorial`), in light *and* dark. 294
renders, the data each template expects, and the line of code that sends it.
No install required to look.
---
## What is in the box
**50 templates across 10 categories**, every one of them a distinct piece of
design work — 49 different design registers between them, so no two look alike.
| Category | Templates |
|---|---|
| **Account** (9) | `account-deleted`, `email-changed`, `password-changed`, `password-reset`, `verify-email`, `verify-email-code`, `verify-email-link`, `verify-email-typeset`, `verify-email-vivid` |
| **Billing** (9) | `card-expiring`, `invoice`, `payment-failed`, `receipt`, `refund-issued`, `subscription-activated`, `subs …