Package Data | |
---|---|
Maintainer Username: | cemeh666 |
Maintainer Contact: | cemeh666@gmail.com (cemeh666) |
Package Create Date: | 2016-11-25 |
Package Last Update: | 2016-12-28 |
Language: | HTML |
License: | MIT |
Last Refreshed: | 2025-02-05 15:02:57 |
Package Statistics | |
---|---|
Total Downloads: | 42 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 1 |
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