We have multiple user types in our project. We also use the default Auth from Laravel. But in chat we use different user - however if we define the user model in config, the default Auth user model from Laravel has the priority which is not a good solution imho. Configurable properties should have priority if defined.
We have multiple user types in our project. We also use the default Auth from Laravel. But in chat we use different user - however if we define the user model in config, the default Auth user model from Laravel has the priority which is not a good solution imho. Configurable properties should have priority if defined.