Skip to content

Minimal Laravel authentication scaffolding with Inertia.js, Vue.js and Tailwind CSS.

Notifications You must be signed in to change notification settings

ivanmagdic/blitz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blitz

Minimal authentication scaffolding with Inertia.js, Vue.js and Tailwind CSS.

Installation

laravel new foobar-app

cd foobar-app

composer require imagdic/blitz --dev

php artisan blitz:install

This will install official Inertia.js Laravel adapter for server-side along with Ziggy so we can use routes in JavaScript.
For client-side it will install official Inertia.js adapter, Tailwind CSS and Vue.js.

After successful installation you'll have minimal authentication (Login and Register).

Verification

User model has to implement Illuminate\Contracts\Auth\MustVerifyEmail and add verified middleware on routes you want to protect.
See Email Verification for more details.

Further plans

  • Email verification
  • Password reset and Forgot password
  • Extend dashboard page

Alternatives

About

Minimal Laravel authentication scaffolding with Inertia.js, Vue.js and Tailwind CSS.

Resources

Stars

Watchers

Forks

Packages