Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 388 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 388 Bytes

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