6

When using laravel/UI we can create authentication scaffold on multiple places or for multiple users like admin, normal users by copy-pasting the same scaffold generated by the &--auth flag.

How can we achieve the same with Fortify?

How can we use Fortify to authorize admin and normal users?

Ajith Lal
  • 83
  • 1
  • 8

1 Answers1

1

See the link below. You need to use config function.
https://max-eckel.dev/posts/multi-guard-authentication-with-laravel-fortify

Radomír
  • 21
  • 5