sti3bas / laravel-nuxt-ui-starter-kit
The skeleton application for the Laravel framework.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Vue
Type:project
Requires
- php: ^8.2
- inertiajs/inertia-laravel: ^2.0
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- tightenco/ziggy: ^2.4
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.18
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^3.8
- pestphp/pest-plugin-laravel: ^3.2
This package is auto-updated.
Last update: 2025-08-18 12:39:25 UTC
README
Introduction
Nuxt UI starter kit provides a robust, modern starting point for building Laravel applications with a Vue frontend using Inertia.
Inertia allows you to build modern, single-page Vue applications using classic server-side routing and controllers. This lets you enjoy the frontend power of Vue combined with the incredible backend productivity of Laravel and lightning-fast Vite compilation.
This Vue starter kit utilizes Vue 3 and the Composition API, TypeScript, and the Nuxt UI component library.
Important
This starter kit currently uses Nuxt UI Pro, which is free to use in development but requires a commercial license when deploying to production.
NuxtLabs has announced that it has been acquired by Vercel and that, in September 2025, it will release Nuxt UI v4 — a free, open-source library that unifies Nuxt UI and Nuxt UI Pro. Once v4 is released, this starter kit will be updated to use it, removing the need for a Nuxt UI Pro license in production.
What's inside?
This starter kit is based on laravel/vue-starter-kit and includes the following features:
- Authentication pages:
- Login
- Register
- Forgot Password
- Reset Password
- Confirm Password
- Verify Email
- Dashboard page
- Settings pages:
- Profile
- Password
- Appearance
Installation
You can set up this starter kit in two ways:
Option 1: Install via Laravel Herd
One-click installation with Laravel Herd:
Option 2: Install via Laravel Installer
Create a new Laravel application using the official Laravel Installer:
laravel new my-app --using=sti3bas/laravel-nuxt-ui-starter-kit
Screenshots
License
The Laravel + Nuxt UI starter kit is open-sourced software licensed under the MIT license.