codedor / filament-mail-templates
A package to create customizable mail templates in Filament
Installs: 4 082
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 2
Open Issues: 4
Requires
- php: ^8.2
- awcodes/filament-tiptap-editor: ^3.2
- codedor/filament-link-picker: ^1.6
- codedor/filament-placeholder-input: ^1.2
- codedor/filament-translatable-tabs: ^1.3
- codedor/laravel-locale-collection: ^1.2.1
- filament/filament: ^3.0
- illuminate/contracts: ^10.0|^11.0|^12.0
- spatie/laravel-package-tools: ^1.12
- spatie/laravel-translatable: ^6.5
Requires (Dev)
- larastan/larastan: ^2.0|^3.0
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.0|^8.0
- orchestra/testbench: ^8.0|^9.0|^10.0
- pestphp/pest: ^2.0|^3.0
- pestphp/pest-plugin-laravel: ^2.0|^3.0
- phpstan/extension-installer: ^1.1|^2.0
- phpstan/phpstan-deprecation-rules: ^1.0|^2.0
- phpstan/phpstan-phpunit: ^1.0|^2.0
- dev-master
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.0
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-dependabot/github_actions/aglipanci/laravel-pint-action-2.6
- dev-feature/filament-v4
- dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
- dev-feature/add_translatable_strings
- dev-dependabot/github_actions/ramsey/composer-install-2
This package is auto-updated.
Last update: 2025-07-28 05:47:58 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.