Skip to content

qirolab/laravel-fortify-multi-auth-example

Repository files navigation

Laravel fortify multi-auth example

Video Tutorial

▶️ Laravel fortify multi-auth Tutorial

Setup

Download or clone this repo

$ git clone https://github.com/qirolab/laravel-fortify-multi-auth-example.git

Install all dependency required by Laravel.

$ composer install

Generate app key, configure .env file and do migration.

# create copy of .env
$ cp .env.example .env

# create Laravel key
$ php artisan key:generate

Next, add your database credentials in .env file and then run migrations.

# run migration
$ php artisan migrate --seed