PHPackages                             atomjoy/lara - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. atomjoy/lara

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

atomjoy/lara
============

Lara is an HTML email template for Laravel notifications.

v1.1(2w ago)19MITBlade

Since Apr 27Pushed 2w agoCompare

[ Source](https://github.com/atomjoy/lara)[ Packagist](https://packagist.org/packages/atomjoy/lara)[ RSS](/packages/atomjoy-lara/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Lara Email Notification Theme in Laravel 13
===========================================

[](#lara-email-notification-theme-in-laravel-13)

Lara is a custom theme for HTML email notifications in Laravel 13.

Install
-------

[](#install)

```
composer create-project laravel/laravel:^13 test
cd test
composer require atomjoy/lara
```

### After Install

[](#after-install)

```
# Publish lara email images to public/vendor/lara and update logo and banner
php artisan vendor:publish --tag=lara-images --force
```

Show Lara Email Theme
---------------------

[](#show-lara-email-theme)

Lara email notification examples in **LaraNotificanion** class.

```
