Lumen + Dingo + JWT is not instantiable while building
问题 I am trying to get a basic working foundation for a Lumen + Dingo Rest API, but I am not able to figure out how to peace is all together. Lumen is working fine, but when I try to add Dingo I get all sorts of errors. From the Dingo documentation I read: Once you have the package you can configure the provider in your config/api.php file or in a service provider or bootstrap file. 'jwt' => 'Dingo\Api\Auth\Provider\JWT' or app('Dingo\Api\Auth\Auth')->extend('jwt', function ($app) { return new