laravel-module/mail-send is a Laravel package for module mail-send.
It currently has 0 GitHub stars and 43 downloads on Packagist.
Install it with composer require laravel-module/mail-send.
Discover more Laravel packages by laravel-module
or browse all Laravel packages to compare alternatives.
Last updated
In order to install Laravel 5 MailSend, just add
"laravel-module/mail-send": "dev-master"
to your composer.json. Then run composer install or composer update.
Then in your config/app.php add
LaravelModule\MailSend\ServiceProvider::class,
You can also publish the configuration for this package to further customize table names and model namespaces.
Just use php artisan vendor:publish and a mail-send.php file will be created in your app/config directory.
You may now run it with the artisan migrate command:
php artisan migrate