Skip to content

Commit b60ab00

Browse files
authored
Update readme.md
1 parent 13580ce commit b60ab00

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

readme.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
[![Build Status](https://img.shields.io/travis/petecoop/laravel-inky.svg)](https://travis-ci.org/petecoop/laravel-inky)
2-
31
Allows you to use Foundation's [Inky](http://foundation.zurb.com/emails/docs/inky.html) email templates nicely in Laravel 5.
42

53
Any views with a `.inky.php` extension will be compiled with both Inky and Blade, allowing you to use both templating engines seamlessly together. CSS is automatically inlined so styles work in email clients that don't support external stylesheets.
64

7-
## Installation
5+
# Installation
86

97
Require with composer
108
```
11-
composer require petecoop/laravel-inky
9+
composer require mendicm/laravel-inky:0.3.0
1210
```
1311

12+
## Laravel versions below 5.5:
1413
Once installed, you'll need to register the service provider. Open `config/app.php` and add to the `providers` key:
1514

1615
```
1716
Petecoop\LaravelInky\InkyServiceProvider::class
1817
```
1918

20-
## Usage
19+
# Usage
2120

2221
Check the [Foundation for Emails docs](http://foundation.zurb.com/emails/docs/index.html) for full usage on how to use Inky and Foundation for Emails CSS.
2322

@@ -78,6 +77,6 @@ then
7877
The location of your `<link rel="stylesheet">` `href` is resolved to the `resources/assets/css` directory, so in the example above it expects some CSS at `resources/assets/css/foundation-emails.css`.
7978

8079

81-
## Licence
80+
# Licence
8281

83-
[MIT Licence](LICENCE)
82+
[MIT Licence](LICENCE)

0 commit comments

Comments
 (0)