skydiver / laravel-fortify-demo

Demo of Laravel authentication using Fortify
https://dev.to/skydiver/using-laravel-fortify-to-restore-laravel-ui-functionality-7dc
MIT License
14 stars 15 forks source link
auth authentication fortify laravel

laravel-fortify-demo

This repo is part of the article "Using Laravel Fortify to restore laravel/ui functionality". You can read at DEV

Installation

  1. clone this repo
  2. composer install
  3. cp .env.example .env
  4. php artisan key:generate
  5. configure database
  6. php artisan migrate