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.
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.
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!