unicodeveloper / laravel-emoji

:package: :yum: Laravel 5 Package that harnesses the power of PHP 7 unicode features to provide emojis in your laravel app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only small selected emojis are available

varqasim opened this issue · comments

I noticed that only a limited amount of emojis are working by using the emojis aliases from http://unicode.org/emoji/charts/full-emoji-list.html as documented. For example sunglasses would work as in the example, and other face-positive emojis. But when I try to print out sun it gives me of not found error. Correct me if I am wrong, but is the package limited to the screenshot of READ.MD file?

commented

There is a small list supported but it can be added onto. This file here determines what emojis can be used. When i get time in the next couple days I will try to update it.

https://github.com/unicodeveloper/laravel-emoji/blob/master/src/Emojis/emoji.php