WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e95de14

Browse files
committed
added note in readme for excluded illuminate/html package in L5
1 parent b96a1c2 commit e95de14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ Add the trait to your user model:
6767
* [Routes](https://github.com/cmgmyr/laravel-messenger/blob/develop/src/Cmgmyr/Messenger/examples/routes.php)
6868
* [Views](https://github.com/cmgmyr/laravel-messenger/tree/develop/src/Cmgmyr/Messenger/examples/views)
6969

70+
__Note:__ These examples use the [illuminate/html](https://packagist.org/packages/illuminate/html) package that is no longer included in Laravel 5 out of the box. Make sure you require this dependency in your `composer.json` file if you intend to use the example files.
71+
72+
7073
## Contributing?
7174
Please format your code before creating a pull-request:
7275

0 commit comments

Comments
 (0)