GenTux \ Jwt \ Drivers \ JwtDriverInterface无法实例化

时间:2018-08-21 07:28:50

标签: jwt access-token lumen

BindingResolutionException

构建[App \ Services \ AuthService,GenTux \ Jwt \ JwtToken]时,无法实例化目标[GenTux \ Jwt \ Drivers \ JwtDriverInterface]

1 个答案:

答案 0 :(得分:0)

通过在注册服务提供商部分的bootstrap/app.php中添加以下行,解决了我的问题:

$app->register(GenTux\Jwt\Support\LumenServiceProvider::class);