magarrent/filament-email-sent-log-viewer

Filament tools to view all emails sent by your Laravel Application

1.0.1 2023-09-29 09:38 UTC

README

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

This is a Package for Filament V3 to view all emails sent by your Laravel Application.

Installation

You can install the package via composer:

composer require magarrent/filament-email-sent-log-viewer

Run the package installer

php artisan filament-email-sent-log-viewer:install

You must publish and run the migrations with (The installer does this for you): ⬆️⬆️⬆️

php artisan migrate

Usage

Register the plugin class in your AdminPanelProvider: Just add

return $panel
    ->plugin(new FilamentEmailSentLogViewerPlugin())

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.