magarrent / filament-email-sent-log-viewer
Filament tools to view all emails sent by your Laravel Application
Fund package maintenance!
magarrent
Requires
- php: ^8.1
- filament/filament: ^3.0
- illuminate/contracts: ^10.0 | ^11.0
- spatie/laravel-package-tools: ^1.15.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
This package is auto-updated.
Last update: 2024-11-13 13:32:21 UTC
README
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
- Marc - @magarrent
- Thanks to Shvets Group for some ideas and code :)
- All Contributors
License
The MIT License (MIT). Please see License File for more information.