BindingResolutionException
构建[App \ Services \ AuthService,GenTux \ Jwt \ JwtToken]时,无法实例化目标[GenTux \ Jwt \ Drivers \ JwtDriverInterface]
答案 0 :(得分:0)
通过在注册服务提供商部分的bootstrap/app.php
中添加以下行,解决了我的问题:
$app->register(GenTux\Jwt\Support\LumenServiceProvider::class);