codedor / filament-mail-templates
A package to create customizable mail templates in Filament
Installs: 1 633
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 2
Open Issues: 0
Requires
- php: ^8.2|^8.3
- awcodes/filament-tiptap-editor: ^3.2
- codedor/filament-link-picker: ^1.0
- codedor/filament-placeholder-input: ^1.1
- codedor/filament-translatable-tabs: ^1.0
- codedor/laravel-locale-collection: ^1.0
- filament/filament: ^3.0
- illuminate/contracts: ^10.0|^11.0
- spatie/laravel-package-tools: ^1.12
- spatie/laravel-translatable: ^6.5
Requires (Dev)
- larastan/larastan: ^2.0
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.0|^8.0
- orchestra/testbench: ^8.0|^9.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
This package is auto-updated.
Last update: 2025-02-03 04:46:34 UTC
README
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.