wotz / filament-mail-templates
A package to create customizable mail templates in Filament
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 1
pkg:composer/wotz/filament-mail-templates
Requires
- php: ^8.2
- filament/filament: ^4.0|^5.0
- illuminate/contracts: ^10.0|^11.0|^12.0
- spatie/laravel-package-tools: ^1.12
- spatie/laravel-translatable: ^6.5
- wotz/filament-link-picker: ^2.0
- wotz/filament-placeholder-input: ^2.0
- wotz/filament-translatable-tabs: ^2.0
- wotz/laravel-locale-collection: ^2.0
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|^4.0
- pestphp/pest-plugin-laravel: ^2.0|^3.0|^4.0
- phpstan/extension-installer: ^1.1|^2.0
- phpstan/phpstan-deprecation-rules: ^1.0|^2.0
- phpstan/phpstan-phpunit: ^1.0|^2.0
README
A package to quickly create customizable mail templates in Filament
Installation
You can install the package via composer:
composer require wotz/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.