This repository showcases a modern authentication setup using Laravel Breeze with React, Inertia.js, and Tailwind CSS.
- Laravel 12
- Laravel Breeze (React)
- Inertia.js
- React 18
- Tailwind CSS
- SQLite (for easy setup)
- ✅ User registration, login, password reset
- ✅ Authenticated routes with middleware
- ✅ React-based frontend using Inertia.js
- ✅ Tailwind CSS styling
- ✅ Profile page (optional enhancement)
- ✅ Clean code and developer-friendly setup
git clone https://github.com/dipankar77/laravel-auth-breeze-react.git
cd laravel-auth-breeze-reactcomposer installnpm install
composer run dev- Then open your browser and visit: http://127.0.0.1:8000