Download or clone this repo
$ git clone https://github.com/qirolab/laravel-fortify-multi-auth-example.gitInstall all dependency required by Laravel.
$ composer installGenerate app key, configure .env file and do migration.
# create copy of .env
$ cp .env.example .env
# create Laravel key
$ php artisan key:generateNext, add your database credentials in .env file and then run migrations.
# run migration
$ php artisan migrate --seed