crsl-admin/laravel-primevue-starter-kit
The skeleton application for the Laravel framework using PrimeVue and Inertia.
4
| Install | |
|---|---|
composer require crsl-admin/laravel-primevue-starter-kit |
|
| Latest Version: | v0.0.5 |
| PHP: | ^8.4 |
| License: | MIT |
| Last Updated: | Jun 18, 2026 |
| Links: | GitHub · Packagist |
Maintainer: crsl-admin
Laravel PrimeVue Starter Kit
A modern and robust starter kit based on Laravel 13, Inertia.js v3, Vue 3, PrimeVue v4, and Tailwind CSS v4.

🚀 Key Features
- Modern Tech Stack: Laravel 13, Vue 3 (Composition API), and Inertia.js v3.
- Professional UI: PrimeVue v4 with a custom preset and Tailwind CSS v4 integration.
- Native Dark Mode: Full dark mode support with persistence and system synchronization.
- Authentication: Pre-configured with Laravel Fortify.
- Icons: Seamless integration with Lucide Vue Next and PrimeIcons.
- Developer Experience: Configured with Laravel Pint, Pest for testing, and Laravel Boost.
- Fully Responsive: Optimized design for mobile, tablet, and desktop.
🛠️ Prerequisites
- PHP >= 8.3
- Node.js & NPM
- Composer
📦 Installation
-
Clone the repository:
git clone <repository-url> cd boilerplate -
Automatic Setup: We've included a setup script that handles dependency installation, key generation, migrations, and asset building:
composer run setup
💻 Development
To start the development environment (Artisan server, Vite, logs, etc.):
composer run dev
The project will be accessible at the URL configured in your .env file (typically http://localhost:8000 or via Laravel Herd).
🧪 Testing
Run your tests using Pest:
composer run test
🎨 Code Style
The project uses Laravel Pint to maintain a consistent code style.
vendor/bin/pint
📄 License
This project is open-source software licensed under the MIT license.
Made with ❤️ by CRS Laghi