loomiq / filament-email
Control everything regarding emails with one plugin.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 2
pkg:composer/loomiq/filament-email
Requires
- php: ^8.1
- filament/filament: ^3.0
- illuminate/contracts: ^10.0
- laravel/framework: ^10.17
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- pestphp/pest-plugin-livewire: ^2.1
This package is auto-updated.
Last update: 2025-12-09 06:00:32 UTC
README
Control everything regarding emails with one plugin.
Installation
You can install the package via composer:
composer require loomiq/filament-email
Publish and run the migrations with
php artisan vendor:publish --tag="filament-email-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="filament-email-config"
Register the plugin through your panel service provider:
// add this within return $panel: ->plugin(\Loomiq\FilamentEmail\FilamentEmailPlugin::make())
Testing
composer test
Screenshots
Credits
License
The MIT License (MIT). Please see License File for more information.
