loomiq/filament-email

Control everything regarding emails with one plugin.

1.x-dev 2023-08-11 22:26 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.