Skip to content
Discussion options

You must be logged in to vote

Backpack provides a separate authentication system for admins, which can be used alongside Laravel's default authentication for regular users. Here's how you can set up separate login and registration for both admins and users:

  1. For admin authentication:

    • Backpack installs its own authentication system by default, accessible at /admin/login.
    • You can customize the admin authentication in config/backpack/base.php.
  2. For user authentication:

    • Use Laravel's default authentication system.
    • You can set this up by running php artisan make:auth (for older Laravel versions) or use Laravel UI/Jetstream for newer versions.

To keep them separate:

  1. Backpack uses a separate authentication guard, p…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by karandatwani92
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants