crsl-admin / laravel-primevue-starter-kit
The skeleton application for the Laravel framework using PrimeVue and Inertia.
Package info
github.com/crsl-admin/laravel-primevue-starter-kit
Type:project
pkg:composer/crsl-admin/laravel-primevue-starter-kit
Requires
- php: ^8.3
- inertiajs/inertia-laravel: ^3.1
- laravel/fortify: ^1.37
- laravel/framework: ^13.0
- laravel/tinker: ^3.0
- spatie/laravel-data: ^4.23
- tightenco/ziggy: ^2.6
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/boost: ^2.4
- laravel/pail: ^1.2.5
- laravel/pint: ^1.27
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.6
- pestphp/pest-plugin-laravel: ^4.1
This package is auto-updated.
Last update: 2026-06-06 22:09:57 UTC
README
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
