LaravelPackages.net
Acme Inc.
Toggle sidebar
magarrent/filament-email-sent-log-viewer

Filament tools to view all emails sent by your Laravel Application

571
1
1.0.2
About magarrent/filament-email-sent-log-viewer

magarrent/filament-email-sent-log-viewer is a Laravel package for filament tools to view all emails sent by your laravel application. It currently has 1 GitHub stars and 571 downloads on Packagist (latest version 1.0.2). Install it with composer require magarrent/filament-email-sent-log-viewer. Discover more Laravel packages by magarrent or browse all Laravel packages to compare alternatives.

Last updated

Filament tools to view all emails sent by your Laravel Application

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.

Star History Chart