An open API service indexing awesome lists of open source software.

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

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