Level 73
And which version of the framework are you using?
Same issue happened a while ago, but it was resolved
https://github.com/laravel/passport/issues/1118
Also try to clear your cache in case the config has been cached
php artisan config:clear
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
But is it:
this is my config/auth.php,
'guards' => [
'web' => [
'driver' => 'session',
'provider' => 'users',
],
'api' => [
'driver' => 'passport',
'provider' => 'users'
],
],
Please or to participate in this conversation.