laravel-module/mail-send

Module mail-send

dev-master 2016-12-28 14:57 UTC

This package is not auto-updated.

Last update: 2024-09-28 20:35:39 UTC


README

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,

Configuration

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