Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Readme

Laravel nova mail log

Quality Score Latest Version on Packagist StyleCI Total Downloads

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

  1. https://github.com/gabrieliuga/laravel-mail-log
  2. 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.

Back to Top
Added 6 years ago
Last updated 4 Years Ago
Version v1.0.6
Nova Version >=2.9
Composer
gabrieliuga/laravel-nova-mail-log
GitHub stars 2
Packagist downloads 21,865

Favorites

1 user favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
1 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas