Laravel Multiauth

screenshot of Laravel Multiauth
vuepress

Multi Auth and admin auth in Laravel Project

Overview:

This package is designed to create an admin side for multi-authentication in Laravel. It offers a solution that is completely separate from the normal authentication system created using php artisan make:auth. With this package, users can simultaneously login as both a regular user and an admin without any conflicts. Sarthak Shrivastava and other contributors maintain and develop this package.

Features:

  • Multi-Authentication: Allows users to have separate authentication for admin and regular users.
  • Simultaneous Login: Users can login as both an admin and a regular user at the same time without any conflicts.
  • Isolated from Default Authentication: The admin authentication provided by this package is completely separate from the default authentication system created using php artisan make:auth.
  • Open-Source: This package is open source and licensed under the MIT license.

Summary:

This package provides a convenient solution for implementing multi-authentication in Laravel. It allows for separate authentication for admin and regular users, with the ability to simultaneously login as both without conflicts. The package is easy to install and configure, making it a valuable tool for managing different types of users in a Laravel application.

vuepress
Vuepress

VuePress is a minimalistic static site generator based on Vue.js that allows developers to create fast, SEO-friendly, and customizable documentation websites.

dashboard
Dashboard

A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.