Laravel 12 / Nuxt 3 / Nuxt UI Pro Boilerplate A powerfull boilerplate for Laravel 12 and Nuxt 3 with a well-structured API, ready-to-use authentication and a robust user role system. Quick setup, high performance, and a moder tech stack.
  • Blade 41.4%
  • PHP 35.1%
  • Vue 20.9%
  • TypeScript 2.2%
  • JavaScript 0.2%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-07-05 11:23:15 +02:00
backend FRONTEND/BACKEND : Ajout du champ 'firstname' dans la création d'utilisateur, le modèle User et les formulaires d'inscription et de profil 2025-07-05 11:23:15 +02:00
frontend FRONTEND/BACKEND : Ajout du champ 'firstname' dans la création d'utilisateur, le modèle User et les formulaires d'inscription et de profil 2025-07-05 11:23:15 +02:00
LICENSE Initial commit 2025-06-30 09:40:55 +02:00
README.md INIT README.md 2025-06-30 10:14:58 +02:00

LARANUXT

Laravel 12 / Nuxt 3 / Nuxt UI Pro Boilerplate A powerfull boilerplate for Laravel 12 and Nuxt 3 with a well-structured API, ready-to-use authentication and a robust user role system. Quick setup, high performance, and a moder tech stack.

Laravel 12

Initialisation du backend

laravel new --database=sqlite --pest --npm backend
cd backend
composer run dev

Initialisation du frontend

npm create nuxt frontend
cd frontend                                                                                   
npm run dev