1 year ago
#360542
antonettecruz
Laravel multi-auth different table for admin and user but one login page
Is it possible to have two different tables for users and admin but one login page? I already used middleware and Spatie permission, but I need them to separate because some info doesn't match if they are together in one table.
For example: Admin needs name, employee number. At the same time, users need a name, address, student number, etc.
I need suggestions on how to do that to study it.
laravel
roles
jetstream
0 Answers
Your Answer