Can't implement the Laravel Auth with this package #354
-
The route is working fine, for example: But when I'm trying to login, I get the following message:
This means when I'm trying to login, the Auth trying to find user on landlord db instead of tenant db. I have checked the current tenant with the following code: I'm using PHP v8.0.11 and Laravel v9.7.0 I have installed the fresh Laravel and added Am I missed anything? Please help me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Extend your user model and add to it the |
Beta Was this translation helpful? Give feedback.
Extend your user model and add to it the
UsesTenantConnection
trait.