PHPackages                             olivierguerriat/filament-spatie-laravel-database-mail-templates - 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. olivierguerriat/filament-spatie-laravel-database-mail-templates

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

olivierguerriat/filament-spatie-laravel-database-mail-templates
===============================================================

Manages mail templates database in Filament panel.

011[2 PRs](https://github.com/olivierguerriat/filament-spatie-laravel-database-mail-templates/pulls)PHPCI failing

Since Mar 4Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/olivierguerriat/filament-spatie-laravel-database-mail-templates)[ Packagist](https://packagist.org/packages/olivierguerriat/filament-spatie-laravel-database-mail-templates)[ RSS](/packages/olivierguerriat-filament-spatie-laravel-database-mail-templates/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Manages mail templates database in Filament panel.
==================================================

[](#manages-mail-templates-database-in-filament-panel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/45539147c1497ef34bccfd89135db4c034c4fb8784d016ae7de93996080f8b6f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6c697669657267756572726961742f66696c616d656e742d7370617469652d6c61726176656c2d64617461626173652d6d61696c2d74656d706c617465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/olivierguerriat/filament-spatie-laravel-database-mail-templates)[![GitHub Tests Action Status](https://camo.githubusercontent.com/1590e164122af5bd7e7c9486a56e6b66db5720e09761807183ee8b4a39717153/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6f6c697669657267756572726961742f66696c616d656e742d7370617469652d6c61726176656c2d64617461626173652d6d61696c2d74656d706c617465732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/olivierguerriat/filament-spatie-laravel-database-mail-templates/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6fa027ec24c532287cd1ffeff409684bbf32086f36376e997490d681c490481c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6f6c697669657267756572726961742f66696c616d656e742d7370617469652d6c61726176656c2d64617461626173652d6d61696c2d74656d706c617465732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/olivierguerriat/filament-spatie-laravel-database-mail-templates/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/d74427e695f64603a3cc604d58c4073d6d28053ab9f76c593c53fcfd95fc1ca2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f6c697669657267756572726961742f66696c616d656e742d7370617469652d6c61726176656c2d64617461626173652d6d61696c2d74656d706c617465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/olivierguerriat/filament-spatie-laravel-database-mail-templates)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require olivierguerriat/filament-spatie-laravel-database-mail-templates
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-spatie-laravel-database-mail-templates-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-spatie-laravel-database-mail-templates-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-spatie-laravel-database-mail-templates-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$filamentSpatieLaravelDatabaseMailTemplates = new Guerriat\FilamentSpatieLaravelDatabaseMailTemplates();
echo $filamentSpatieLaravelDatabaseMailTemplates->echoPhrase('Hello, Guerriat!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Olivier Guerriat](https://github.com/olivierguerriat)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance59

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 81.8% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/062d88f206c7d1e25e7e7a203392b6d8c00dbe5b0e59132bd1392e4ad998c8aa?d=identicon)[olivierguerriat](/maintainers/olivierguerriat)

---

Top Contributors

[![olivierguerriat](https://avatars.githubusercontent.com/u/548216?v=4)](https://github.com/olivierguerriat "olivierguerriat (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/olivierguerriat-filament-spatie-laravel-database-mail-templates/health.svg)

```
[![Health](https://phpackages.com/badges/olivierguerriat-filament-spatie-laravel-database-mail-templates/health.svg)](https://phpackages.com/packages/olivierguerriat-filament-spatie-laravel-database-mail-templates)
```

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)

PHPackages © 2026

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