gabrieliuga / laravel-nova-mail-log
Allow view of Mail Log in nova backend.
Installs: 21 237
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- php: ^7.2|^8.0
- gabrieliuga/laravel-mail-log: ^1.0
- gabrieliuga/laravel-nova-field-iframe: ^1.0
- laravel/framework: >=6.2
- laravel/nova: >=2.9
Requires (Dev)
- orchestra/testbench: ^5.0
- phpunit/phpunit: ^8.5
README
Allow view of Mail Log in nova backend
Installation
This package requires 2 other packages to function - follow the install instruction on each then proceed with the installation of nova-mail-log
- https://github.com/gabrieliuga/laravel-mail-log
- https://github.com/gabrieliuga/laravel-nova-field-iframe
You can install the package via composer:
composer require gabrieliuga/laravel-nova-mail-log
Usage
NovaServiceProvider.php <?php ... public function resources() { parent::resources(); Nova::resources([ MailLog::class ]); }
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email me@iuga.dev instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.