laravel-module / mail-send
Module mail-send
Installs: 42
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Language:HTML
This package is not auto-updated.
Last update: 2025-02-01 22:24: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