tymondesigns / jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen
https://jwt-auth.com
MIT License
11.26k stars 1.55k forks source link

Laravel Framework 5.5.40 error not found Tymon\JWTAuth\Providers\JWT\Lcobucci #1559

Open billyanto opened 6 years ago

billyanto commented 6 years ago

After isntaling my Laravel Framework 5.5.40 project with "tymon/jwt-auth": "1.0.0-rc.1" i got respose error that show at postman like this Symfony\Component\Debug\Exception\FatalThrowableError: Class 'Tymon\JWTAuth\Providers\JWT\Lcobucci' not found

Your environment

Q A
Bug? yes
New Feature? yes
Framework Laravel
Framework version 5.5.40
Package version 1.0.0-rc.1
PHP version 7.0.0

Expected behaviour

how to rapir this issue

Actual behaviour

this problem come suddenly after running smoothly

billyanto commented 6 years ago

not found in vendor\tymon\jwt-auth\src\Providers\AbstractServiceProvider.php on line 134

MatheusGit commented 6 years ago

See it: https://github.com/tymondesigns/jwt-auth/issues/1316

AleksandarSavic95 commented 5 years ago

You might try installing the Lcobucci first with: composer require lcobucci/jwt

Here is the github link of the project.