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%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| backend | ||
| frontend | ||
| LICENSE | ||
| README.md | ||
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