Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Conveniently route all emails to a local mailbox

Latest Version on Packagist Build Status Codacy Badge Total Downloads

When the log-driver doesn't cut it, and you can't be bothered looking for your Mailtrap credentials, Nova Mailman is ... your man.

Screenshot of Nova Mailman

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require jstoone/nova-mailman

Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.

// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Jstoone\Mailman\Tool(),
    ];
}

Usage

Click on the "nova-mailman" menu item in your Nova app to see the tool provided by this package.

Testing

phpunit

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email jstoone@drk.sh instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

You can’t perform that action at this time.