Download the PHP package shababsoftwares/laravel-multi-authentication without Composer
On this page you can find all versions of the php package shababsoftwares/laravel-multi-authentication. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shababsoftwares/laravel-multi-authentication
More information about shababsoftwares/laravel-multi-authentication
Files in shababsoftwares/laravel-multi-authentication
Package laravel-multi-authentication
Short Description This is a simple laravel project using Mutliple Authentication.
License MIT
Informations about the package laravel-multi-authentication
Multiple Authentication
This is simple Laravel Project to enable Multiple Authentication, you can use following 3 different Urls to use Logins from 3 different Tables.
How to Use it
Just Download and run
setup database in .env file import multiple-auth-db.sql file into database, File Located under 'database/multiple-auth-db.sql'
How to RUN
run following commands
How to Access Login and Register Pages
http://localhost:8000/login
http://localhost:8000/register
Login Details:
Email - [email protected] Pass: - Abc12345
Email - [email protected] Pass: - Abc12345
http://localhost:8000/login/admin
http://localhost:8000/register/admin
Login Details:
Email - [email protected] Pass: - Abc12345
http://localhost:8000/login/client
http://localhost:8000/register/client
Login Details:
Email - [email protected] Pass: - Abc12345
Email - [email protected] Pass: - Abc12345
License
The MIT License (MIT). Please see LICENSE for more information.
Shabab Softwares
Shabab Softwares (c) 2024
All versions of laravel-multi-authentication with dependencies
fideloper/proxy Version ^4.0
laravel/framework Version ^6.2
laravel/tinker Version ^1.0