Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Aug 6, 2017
1 parent 39803d2 commit 8ab4880
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ To get the latest version, simply require the project using [Composer](https://g
$ composer require alt-three/emoji
```

Once installed, you need to register the `AltThree\Emoji\EmojiServiceProvider` service provider in your `config/app.php`. If you'd like to use with [Laravel Markdown](https://github.com/GrahamCampbell/Laravel-Markdown), you'll need to add the `AltThree\Emoji\EmojiExtension` class to the `'extensions'` array in your `config/markdown.php` file.
Once installed, you need to register the `AltThree\Emoji\EmojiServiceProvider` service provider in your `config/app.php`, or if you're using Laravel 5.5, this can be done via the automatic package discovery.

If you'd like to use with [Laravel Markdown](https://github.com/GrahamCampbell/Laravel-Markdown), you'll need to add the `AltThree\Emoji\EmojiExtension` class to the `'extensions'` array in your `config/markdown.php` file.


## Security
Expand Down

0 comments on commit 8ab4880

Please sign in to comment.