Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jatasya's avatar

jwt token eror

when I try to login into my laravel 6 application getting this response

Target [Lcobucci\JWT\Parser] is not instantiable while building [Laravel\Passport\PersonalAccessTokenFactory].

can anyone help me with this?

0 likes
3 replies
santosh123's avatar

Target [Lcobucci\JWT\Parser] is not instantiable while building [Laravel\Passport\PersonalAccessTokenFactory].

same error in the project

the following step

Add "lcobucci/jwt": "3.3.3" in composer.json file and run the following command

not working

Please or to participate in this conversation.