Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josevte/laravel-mail-builder

Convert Mail views into views with inline style
https://github.com/josevte/laravel-mail-builder

css laravel mails

Last synced: about 1 month ago
JSON representation

Convert Mail views into views with inline style

Awesome Lists containing this project

README

        

## Laravel 5.x Mail Builder


Total Downloads
Latest Stable Version
License

### Introduction

MailBuilder provides a feature to creates mails using CSS.

### Installation

To get the last version of MailBuilder, simply require the project using [Composer](https://getcomposer.org/):

```bash
composer require josrom/laravel-build-emails
```

Instead, you may of course manually update your require block and run composer update if you so choose:

```json
{
"require": {
"josrom/laravel-build-emails": "^0.1"
}
}
```