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

Changing Automatically ?

ahmadyousefdev opened this issue · comments

Hi , Thanks for this amazing package,
is this package converting the emojis automatically?
or should I use Emoji::findByAlias("Emoji_name") for each emoji ?

because I want to use it on a textarea and I want it to convert them automatically.. so I just need a clarification :)
thank you

You have to use the findByAlias method

Best Regards,

Otemuyiwa Prosper | Technical Writer | Auth0 auth0.com
https://auth0.com/

(c) +234-708-909-5645 | @unicodeveloper https://twitter.com/unicodeveloper |
prosper.otemuyiwa1 ( Skype )

On Sat, Oct 8, 2016 at 10:59 PM, Ahmad Yousef notifications@github.com
wrote:

Hi , Thanks for this amazing package,
is this package converting the emojis automatically?
or should I use Emoji::findByAlias("Emoji_name") for each emoji ?

because I want to use it on a textarea and I want it to convert them
automatically.. so I just need a clarification :)
thank you


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#8, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ACz20czEmaM5tOpOcahJzVjXmdHhlqUdks5qyBI4gaJpZM4KR1nx
.

Thank you 😄