unicodeveloper / laravel-emoji

:package: :yum: Laravel 5 Package that harnesses the power of PHP 7 unicode features to provide emojis in your laravel app
MIT License
208 stars 33 forks source link

Changing Automatically ? #8

Closed ahmadyousefdev closed 8 years ago

ahmadyousefdev commented 8 years ago

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

unicodeveloper commented 8 years ago

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 https://github.com/unicodeveloper/laravel-emoji/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/ACz20czEmaM5tOpOcahJzVjXmdHhlqUdks5qyBI4gaJpZM4KR1nx .

ahmadyousefdev commented 8 years ago

Thank you 😄