Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuvroroy/multi-auth
This is a full functional multi authentication system with admin approval for login.
https://github.com/shuvroroy/multi-auth
bootstrap3 laravel55 multi-authentication php56
Last synced: 27 days ago
JSON representation
This is a full functional multi authentication system with admin approval for login.
- Host: GitHub
- URL: https://github.com/shuvroroy/multi-auth
- Owner: shuvroroy
- Created: 2017-10-19T20:06:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T09:42:43.000Z (almost 7 years ago)
- Last Synced: 2024-09-27T19:20:57.552Z (about 1 month ago)
- Topics: bootstrap3, laravel55, multi-authentication, php56
- Language: PHP
- Size: 291 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-Auth System(Laravel 5.5)
## How to install:smiley:
```
cp .env.example .env
``````
composer install
``````
php artisan key:generate
``````
php artisan migrate --seed
```## Users:neckbeard:
1. Employee
* Login
* Registration
* Profile (Edit & Update)
2. Company
* Login
* Registration
* Profile (Edit & Update)
3. Admin
* Login
email: [email protected]
pass : password
* Approval
* Reject