dev-master
9999999-devA simple email implementation I use in many of my Laravel ~5.1 packages.
MIT
The Requires
- php >=5.5.0
- laravel/framework ~5.1
- dan/core dev-master
The Development Requires
by Dan Richards
laravel email jobs queue mailgun
Wallogit.com
2017 © Pedro Peláez
A simple email implementation I use in many of my Laravel ~5.1 packages.
A simple email implementation I use in many of my Laravel ~5.1 packages., (*1)
This package includes a free minimalist template I found on the web and some basic data conventions for quickly generating simple and clean looking emails., (*2)
Usage in your projects, (*3)
composer require dan/email:dev-master, (*4)
Usage in Laravel, (*5)
A controller is included for testing views and viewing email online. There is
also some views and assets to get you started. (In Laravel's config/app.php
providers array.), (*6)
Dan\Email\Providers\EmailServiceProvider::class,, (*7)
Publishing assets, config, migrations and views., (*8)
php artisan vendor:publish --provider="Dan\Email\Providers\EmailServiceProvider" --tag="views", (*9)
I'm still testing this package. See the EmailController to see what the data
conventions look like., (*10)
@return tag if the method does not return anything@param, @return and @throws
Any issues, please report here, (*11)
MIT, (*12)
A simple email implementation I use in many of my Laravel ~5.1 packages.
MIT
laravel email jobs queue mailgun