The starter kit application for the Laravel framework that utilizes Vue, NuxtUi, TailwindCss, and other Laravel packages.
marjose123/laravel-nuxtui-starter-kit is a Laravel package for the starter kit application for the laravel framework that utilizes vue, nuxtui, tailwindcss, and other laravel packages..
It currently has 25 GitHub stars and 17 downloads on Packagist (latest version v1.0.2).
Install it with composer require marjose123/laravel-nuxtui-starter-kit.
Discover more Laravel packages by marjose123
or browse all Laravel packages to compare alternatives.
Last updated
A modern, feature-rich starter kit for Laravel applications that combines the power of Laravel with Vue 3, Nuxt UI, and TailwindCSS. This starter kit provides a solid foundation for building scalable web applications with modern development practices.
This starter kit is designed to jumpstart your Laravel development with a carefully curated selection of tools and packages. It includes modern frontend technologies, comprehensive testing setup, code quality tools, and development utilities to help you build maintainable and scalable applications.
Explore the screenshots of the starter kit by navigating to the Screenshots folder.
If you have the Laravel installer globally installed, you can create a new project using this starter kit:
composer global require laravel/installer
laravel new example-app --using=marjose123/laravel-nuxtui-starter-kit
Clone the repository
git clone https://github.com/marjose123/laravel-nuxtui-starter-kit.git
cd starter-kit
Install PHP dependencies
composer install
Install Node.js dependencies
npm install
Environment setup
cp .env.example .env
php artisan key:generate
Database setup
touch database/database.sqlite
php artisan migrate
Start development servers
composer dev
# or separately:
# php artisan serve
# npm run dev
composer dev - Start all development servers concurrentlycomposer dev:ssr - Start with server-side renderingcomposer test - Run PHP testscomposer format - Format both frontend and backend codecomposer analyse - Run static analysisnpm run dev - Start Vite dev servernpm run build - Build for productionnpm run lint - Lint frontend codeThe Starter-kit for Laravel is open-sourced software licensed under the MIT license.