I want to separate the user table and administrator table logins to perform different user authentications.
Has anyone accomplished this? Asking for advice
I want to separate the user table and administrator table logins to perform different user authentications.
Has anyone accomplished this? Asking for advice
Crab Demon.
Just configure it in config/auth.php
, add a providers
5.1 does not have its own multi-table user authentication
You can use kbwebs/multiauth
GITHUB address: https://github.com/Kbwebs/Mul...