Package Data | |
---|---|
Maintainer Username: | Josrom |
Maintainer Contact: | jvortsromero@gmail.com (Jose Vicente Orts Romero) |
Package Create Date: | 2017-07-29 |
Package Last Update: | 2017-07-29 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-14 15:18:07 |
Package Statistics | |
---|---|
Total Downloads: | 70 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
MailBuilder provides a feature to creates mails using CSS.
To get the last version of MailBuilder, simply require the project using Composer:
composer require josrom/laravel-build-emails
Instead, you may of course manually update your require block and run composer update if you so choose:
{
"require": {
"josrom/laravel-build-emails": "^0.1"
}
}