Jupitercouple29

Results 3 comments of Jupitercouple29

Any updates on this? I displayed the emojis and it showed something like this. `{"name":"message","value":"\ud83d\udca9\ud83d\udca9\ud83d\udca9\ud83d\udca9\ud83d\udca9\ud83d\udca9\ud83d\udca9\ud83d\udca9"}` Still waiting for the solution. Thanks!

I'm working on laravel, I fixed this issue using this library https://github.com/xuejd3/laravel-emoji

Have you guys tried this? https://github.com/xuejd3/laravel-emoji I imported it on my composer.json. `"xuejd3/laravel-emoji": "^1.0",` And I displayed it in this way. ` ` Here, $property['value'] holds the emoji code. Please...