JoseVte / laravel-mail-builder by Josrom

Convert Mail views into views with inline style
69
0
2
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-04-18 03:02:32
Package Statistics
Total Downloads: 69
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

Laravel 5.x Mail Builder

Introduction

MailBuilder provides a feature to creates mails using CSS.

Installation

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"
    }
}