AltThree / Emoji

An emoji parser for Laravel 5.
https://alt-three.com/
MIT License
74 stars 7 forks source link

EmojiParser unresolvable dependency #14

Closed jbrooksuk closed 8 years ago

jbrooksuk commented 8 years ago

When using EmojiExtension with @GrahamCampbell's Markdown package, the following occurs:

Unresolvable dependency resolving [Parameter #0 [ array $map ]] in class AltThree\Emoji\EmojiParser

GrahamCampbell commented 8 years ago

The test suite in this package shows that it does work.

GrahamCampbell commented 8 years ago

Just checked cachet and it's due to you not upgrading it properly, not a bug in this package, lol.

jbrooksuk commented 8 years ago

Lol.

cjmaxik commented 7 years ago

It doesn't worked Laravel 5.3.24

Unresolvable dependency resolving [Parameter #0 [ <required> array $map ]] in class AltThree\Emoji\EmojiParser (View: xxx)

GrahamCampbell commented 7 years ago

Will only happen if you forget to register the service provider.