In your bootstrap/app.php, make sure you've uncommented:
$app->withFacades();
Not sure if this package uses sessions (it's <7 Laravel's auth extracted) so you may wanna check https://laravel.com/docs/7.x/sanctum
So I was playing with lumen and passport, and the tutorial that i was mostly following has laravel/ui installed.
I installed it and added the service provider, but I now get a error
$ php artisan ui bootstrap --auth
In Facade.php line 261:
Call to undefined method Laravel\Lumen\Routing\Router::mixin()
any ideas?
Please or to participate in this conversation.