Php versions – Laravel Passport: Target [LcobucciJWTParser] is not instantiable while building [LaravelPassportPersonalAccessTokenFactory]
It's my first time trying out this package and I followed the installation guide at https://laravel.com/docs/8.x/passport but when this code block in my controller signup action it throws the error: $token = $user->createToken('authToken')->accessToken; Here's the code for my signup action:…