https://github.com/iamnotstatic/laravel-multi-auth
Laravel Multi Auth
https://github.com/iamnotstatic/laravel-multi-auth
Last synced: 5 months ago
JSON representation
Laravel Multi Auth
- Host: GitHub
- URL: https://github.com/iamnotstatic/laravel-multi-auth
- Owner: iamnotstatic
- Created: 2019-10-19T00:11:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:46:45.000Z (over 3 years ago)
- Last Synced: 2025-02-06T12:33:14.484Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Multi Auth
Laravel 6.0 Multi-auth
## Usage
## Installation
Install the dependencies
```sh
composer install
```
Copy ``` .env.example ``` file to ``` .env ``` on the root folder. You can type ``` copy .env.example .env ``` if using command prompt Windows or ``` cp .env.example .env ``` if using terminal, Ubuntu
After setting up DB to run migrationđŸ‘‡
## Run Migrations
```sh
$ php artisan migrate
```
### Add virtual host if using Apache
Serving Project
```sh
php artisan serve
```
### If you get an error about an encryption key
```sh
php artisan key:generate
```
### Install JS Dependencies
```sh
npm install && npm run dev
```
## More Info
### Author
Abdulfatai Suleman
[Website:](https://iamnotstatic.github.io/)
### Version
1.0.0
### License
MIT License