Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Laravel 8 中使用 jetstream 和 fority 进行多重身份验证的解决方案是什么,我不想使用 PHP artisan make:auth 命令。
您必须创建与多个表链接的多个 Guard;Default Guard 链接到 user 表,所以如果你想成为管理员,你必须创建链接到 admin 表的 admin Guard!