Abdul razak Zakieh
Results
2
comments of
Abdul razak Zakieh
I solved the problem by adding this line to the providers in app.php ` Tymon\JWTAuth\Providers\LaravelServiceProvider::class, ` and here is guards I have: ` 'defaults' => [ 'guard' => 'web', 'passwords'...
I solved the problem by adding this line to app.php in config folder to the providers: ` 'providers' => [ /* * Laravel Framework Service Providers... */ // ...... Tymon\JWTAuth\Providers\LaravelServiceProvider::class,...