Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/josevte/laravel-mail-builder
- Owner: JoseVte
- Created: 2017-07-29T13:43:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T13:46:08.000Z (over 7 years ago)
- Last Synced: 2024-04-03T21:21:45.820Z (10 months ago)
- Topics: css, laravel, mails
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 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](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"
}
}
```