laravel-module/mail-send

Module mail-send

Installs: 42

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Language:HTML

pkg:composer/laravel-module/mail-send

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

This package is not auto-updated.

Last update: 2025-09-28 01:38:44 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