Skip to content

skydiver/laravel-fortify-demo

Repository files navigation

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