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

Commit 9928330

Browse files
Update README.md
1 parent fd66c11 commit 9928330

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ To get the latest version, simply require the project using [Composer](https://g
1313
$ composer require alt-three/twitter
1414
```
1515

16-
Once installed, you need to register the `AltThree\Twitter\TwitterServiceProvider` 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\Twitter\TwitterExtension` class to the `'extensions'` array in your `config/markdown.php` file.
16+
Once installed, you need to register the `AltThree\Twitter\TwitterServiceProvider` service provider in your `config/app.php`, or if you're using Laravel 5.5, this can be done via the automatic package discovery.
17+
18+
If you'd like to use with [Laravel Markdown](https://github.com/GrahamCampbell/Laravel-Markdown), you'll need to add the `AltThree\Twitter\TwitterExtension` class to the `'extensions'` array in your `config/markdown.php` file.
1719

1820

1921
## Security

0 commit comments

Comments
 (0)