gabrieliuga/laravel-nova-mail-log

Allow view of Mail Log in nova backend.
22,428 2
Install
composer require gabrieliuga/laravel-nova-mail-log
Latest Version:v1.0.6
PHP:^7.2|^8.0
License:MIT
Last Updated:Jun 30, 2021
Links: GitHub  ·  Packagist
Maintainer: giuga

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.

Related Packages

maatwebsite/laravel-nova-excel

Supercharged Excel exports for Laravel Nova Resources

7,034,737 401
vyuldashev/nova-permission

A Laravel Nova tool for Spatie's Permission library.

2,632,252 430
unm/laravel4-opencloud

A laravel 4.1 service provider package that wraps the Rackspace/Openstack PHP SD...

4 7
spatie/nova-backup-tool

A Laravel Nova tool to backup your application.

599,910 360
spatie/nova-tail-tool

A Laravel Nova tool to display the application log.

129,750 119