Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 482 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 482 Bytes

Laravel Starter Auth

This repo is a launching point for a new Laravel project that makes use of a Laravel's authentication scaffolding.

It is set-up according to this blog post. Additionally, the default Laravel views have been restyled with Tailwind CSS.

How To Use

  1. Fork this Repo
  2. Update the .env
  3. Migrate the database
  4. Get coding!