Laravel 8 multi auth using jetstream fortify?

Viewed 1842

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 Answers

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!

Related