shababsoftwares / laravel-multi-authentication
This is a simple laravel project using Mutliple Authentication.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.2
- fideloper/proxy: ^4.0
- laravel/framework: ^6.2
- laravel/tinker: ^1.0
Requires (Dev)
- facade/ignition: ^1.4
- fzaninotto/faker: ^1.4
- laravel/ui: ^1.1
- mockery/mockery: ^1.0
- nunomaduro/collision: ^3.0
- phpunit/phpunit: ^8.0
README
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
composer create-project shababsoftwares/laravel-multi-authentication
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
composer install
php artisan serve
How to Access Login and Register Pages
http://localhost:8000/login
http://localhost:8000/register
Login Details:
Email - user@multiauth.com Pass: - Abc12345
Email - user2@multiauth.com Pass: - Abc12345
http://localhost:8000/login/admin
http://localhost:8000/register/admin
Login Details:
Email - admin@multiauth.com Pass: - Abc12345
http://localhost:8000/login/client
http://localhost:8000/register/client
Login Details:
Email - client@multiauth.com Pass: - Abc12345
Email - client2@multiauth.com Pass: - Abc12345
License
The MIT License (MIT). Please see LICENSE for more information.
Shabab Softwares
Shabab Softwares (c) 2024