codedor / filament-mail-templates

A package to create customizable mail templates in Filament

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mail Templates for Filament

A package to quickly create customizable mail templates in Filament

Installation

You can install the package via composer:

composer require codedor/filament-mail-templates

You can publish the config file with:

php artisan vendor:publish --tag="filament-mail-templates-config"

Documentation

For the full documentation, check here.

About

A package to create customizable mail templates in Filament

License:MIT License


Languages

Language:PHP 84.0%Language:Blade 16.0%