php - Laravel 8 multi auth using jetstream fortify?

one text

Solution:

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!

Source