Laravel 8 multi auth using jetstream fortify?

2k views Asked by At

what is the solution for multi Auth in Laravel 8 using jetstream and fority and i don't want to use PHP artisan make:auth command.

1

There are 1 answers

0
ANOL GHOSH On

You have to create multiple Guard linked with multiple table; Default Guard is linked to user table so if you want to make admin you have to create admin guard linked to admin table!