Download the PHP package tapp/filament-maillog without Composer
On this page you can find all versions of the php package tapp/filament-maillog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tapp/filament-maillog
More information about tapp/filament-maillog
Files in tapp/filament-maillog
Package filament-maillog
Short Description Filament plugin to view outgoing mail
License MIT
Homepage https://github.com/tapp/filament-maillog
Informations about the package filament-maillog
Filament plugin to view outgoing mail
This plugin adds an event listener to log emails sent on mail_logs
database table. It also adds a Filament resource to view the mail logs.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Optionally, you can publish the translations files with:
Using the Resource
Add this plugin to a panel on plugins()
method.
E.g. in app/Providers/Filament/AdminPanelProvider.php
:
Testing
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
- Steve Williamson
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-maillog with dependencies
aws/aws-php-sns-message-validator Version ^1.10
illuminate/contracts Version ^10.0||^11.0||^12.0
spatie/laravel-package-tools Version ^1.16