Laravel + Next.js starter

Ship full-stack apps with a Laravel API and a Next.js frontend.

Authentication, registration, and a protected dashboard are already wired up with Laravel Sanctum. Clone it, run two commands, and start building.

Laravel API

A headless Laravel backend exposing JSON endpoints, validation, and Eloquent models.

Sanctum auth

Cookie-based SPA authentication via Laravel Breeze — register, login, and logout out of the box.

Next.js frontend

App Router, TypeScript, and Tailwind CSS with a typed auth context wired to the API.