jstoone / nova-mailman
Conveniently route all emails to a local mailbox.
Installs: 4 070
Dependents: 0
Suggesters: 0
Security: 0
Stars: 45
Watchers: 2
Forks: 1
Open Issues: 10
Requires
- php: >=7.1.0
- laravel/nova: *
Requires (Dev)
- codacy/coverage: ^1.4
- nunomaduro/larastan: ^0.3.10
- orchestra/testbench: ^3.6
- phpunit/phpunit: ~7.1
README
When the log
-driver doesn't cut it, and you can't be bothered looking for your Mailtrap credentials, Nova Mailman is ... your man.
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
- Jakob Steinn - Maintainer
- Mohamed Said - Maintainer of Laravel Mail Preview
License
The MIT License (MIT). Please see License File for more information.