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

Getting the error "Class laravel-emoji does not exist"

jofecolella opened this issue · comments

I just installed unicodeveloper in my Laravel 5.4 with PHP 7.0.

Then I use this:
dd(Emoji::findByName("airplane"));

And I get this error:
FatalThrowableError
Class 'App\Http\Controllers\Unicodeveloper\Emoji\Facades\Emoji' not found

In the top of the class I have:
use Unicodeveloper\Emoji\Facades\Emoji;

Thank you

Solved! I needed to add the provider in config/app