PHPackages                             statikbe/laravel-nova-mail-editor - 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. [Templating &amp; Views](/categories/templating)
4. /
5. statikbe/laravel-nova-mail-editor

AbandonedArchivedLibrary[Templating &amp; Views](/categories/templating)

statikbe/laravel-nova-mail-editor
=================================

Customizable mail templates for Laravel in Nova

1.1.1(4y ago)61.1kMITVuePHP ^8.0|^8.1

Since Nov 16Pushed 3y ago4 watchersCompare

[ Source](https://github.com/statikbe/laravel-nova-mail-editor)[ Packagist](https://packagist.org/packages/statikbe/laravel-nova-mail-editor)[ RSS](/packages/statikbe-laravel-nova-mail-editor/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (5)Used By (0)

---

This package is **abandoned** and will no longer be maintained. Feel free to fork it and maintain your own version.

---

Laravel Nova Mail Editor (Abandoned)
====================================

[](#laravel-nova-mail-editor-abandoned)

The Laravel Nova Mail Editor allows you to easily edit the content of your transactional mails.

This package provides a Nova tool for the Laravel Mail Template Engine. Check the documentation of the [Laravel Mail Template Engine](https://github.com/statikbe/laravel-mail-template-engine)for more info.

Features
--------

[](#features)

- Add and edit mail templates in Nova
- Translate mail templates
- Add variable data to mails

For the entire list of features take a look at the documentation of the [Laravel Mail Template Engine](https://github.com/statikbe/laravel-mail-template-engine).

Installation
------------

[](#installation)

The package can be installed through Composer.

```
composer require statikbe/laravel-nova-mail-editor

```

Next enable the tool in Nova. Go to `app/Providers/NovaServiceProvider.php` and add the Mail Editor to the tools.

```
use Statikbe\NovaMailEditor\MailEditor;

    public function tools()
    {
        return [
            new MailEditor,
        ];
    }
```

Configuration
-------------

[](#configuration)

### Supported locales

[](#supported-locales)

There are two ways to change the supported locales.

#### Option 1

[](#option-1)

Publish the config file with the command below and configure it with your supported locales.

```
php artisan vendor:publish --tag=nova-mail-editor
```

E.g.

```
    /*
    |--------------------------------------------------------------------------
    | Mail editor supported locales
    |--------------------------------------------------------------------------
    |
    | The application locale determines the possible locales that can be used.
    | You are free to fill this array with any of the locales which will be
    | supported by the editor.
    |
    |
    */
    'supported_locales' => [
        'en',
    ],
```

#### Option 2

[](#option-2)

If your application already has a config that declares your locales then you are able to set the supported locales in any service provider. Create a new one or use the `app/Providers/AppServiceProvider.php` and set the supported locales as an array in the boot function as follows:

```
use Statikbe\NovaMailEditor\MailEditor;

public function boot()
{
    $locales = ['en', 'nl']; //Or any other way of retrieving the locales;
    MailEditor::setLocales($locales);
}
```

#### (Option 3)

[](#option-3)

A third non official option is to use a new config key in your `app.php` config. The key you can use is `supported_locales`, as in our own config. We provide this method to have a global config key of supported locales. Our translatable packages will try to use this key.

### Mail template config

[](#mail-template-config)

More information about the mail template config can be found in the base package: [Laravel Mail Template Engine](https://github.com/statikbe/laravel-mail-template-engine).

License
-------

[](#license)

The MIT License (MIT). Please see [license file](LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 63.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~88 days

Total

3

Last Release

1461d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.1.0

1.1.0PHP ^8.0|^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/1250437446b84017407f7f1900194b1e1c93fcf34b332ba382fb77f69b251cb6?d=identicon)[statikbe](/maintainers/statikbe)

---

Top Contributors

[![dduupp](https://avatars.githubusercontent.com/u/10728938?v=4)](https://github.com/dduupp "dduupp (7 commits)")[![RobbeStatik](https://avatars.githubusercontent.com/u/99340937?v=4)](https://github.com/RobbeStatik "RobbeStatik (2 commits)")[![RobbeReygel](https://avatars.githubusercontent.com/u/15078844?v=4)](https://github.com/RobbeReygel "RobbeReygel (1 commits)")[![sten](https://avatars.githubusercontent.com/u/180665?v=4)](https://github.com/sten "sten (1 commits)")

---

Tags

laravellaravelmailtemplatenovacustommailsstatikbestatik

### Embed Badge

![Health badge](/badges/statikbe-laravel-nova-mail-editor/health.svg)

```
[![Health](https://phpackages.com/badges/statikbe-laravel-nova-mail-editor/health.svg)](https://phpackages.com/packages/statikbe-laravel-nova-mail-editor)
```

###  Alternatives

[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[outl1ne/nova-multiselect-field

A multiple select field for Laravel Nova.

3402.9M2](/packages/outl1ne-nova-multiselect-field)[waynestate/nova-ckeditor4-field

This nova package allows you to use CKEditor 4 for text areas.

62739.1k8](/packages/waynestate-nova-ckeditor4-field)[statikbe/laravel-chained-translator

The Laravel Chained Translator can combine several translators that can override each others translations.

36149.4k6](/packages/statikbe-laravel-chained-translator)[dansmaculotte/laravel-mail-template

A mail template driver to send emails with

353.0k](/packages/dansmaculotte-laravel-mail-template)[larablocks/pigeon

A more flexible email message builder for Laravel 5 including chained methods, reusable message configurations, and message layout and template view management.

143.7k](/packages/larablocks-pigeon)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
