PHPackages                             engnua/laravel-vue-primeui-starter-kit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. engnua/laravel-vue-primeui-starter-kit

ActiveProject[Framework](/categories/framework)

engnua/laravel-vue-primeui-starter-kit
======================================

The unofficial skeleton application for the Laravel framework.

v1.1.1(1y ago)761MITVuePHP ^8.2CI passing

Since Mar 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/engnua/laravel-vue-primeui-starter-kit)[ Packagist](https://packagist.org/packages/engnua/laravel-vue-primeui-starter-kit)[ RSS](/packages/engnua-laravel-vue-primeui-starter-kit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (12)Versions (5)Used By (0)

Unofficial Laravel + PrimeVue Starter Kit
=========================================

[](#unofficial-laravel--primevue-starter-kit)

[![Build Status](https://github.com/engnua/laravel-vue-primeui-starter-kit/workflows/tests/badge.svg)](https://github.com/engnua/laravel-vue-primeui-starter-kit/actions)[![Total Downloads](https://camo.githubusercontent.com/80e2b3f88c75d35d5bcaa22246e8214ff11ed6fcdbc0c5b53848a8364b0e6b24/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656e676e75612f6c61726176656c2d7675652d7072696d6575692d737461727465722d6b6974)](https://packagist.org/packages/engnua/laravel-vue-primeui-starter-kit)[![Latest Stable Version](https://camo.githubusercontent.com/1bacef90a4dcb41f83adbaf7eae3e792c022a16f25febd11e0085fb780401d05/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656e676e75612f6c61726176656c2d7675652d7072696d6575692d737461727465722d6b6974)](https://packagist.org/packages/engnua/laravel-vue-primeui-starter-kit)[![License](https://camo.githubusercontent.com/efb002f287e8a0cc110c5906e52f389a3829957cfe229a62e047300547105371/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f656e676e75612f6c61726176656c2d7675652d7072696d6575692d737461727465722d6b6974)](https://packagist.org/packages/engnua/laravel-vue-primeui-starter-kit)

Demo
====

[](#demo)

[Demo site](https://laravel-vue-primeui-starter-kit.demo.engn.com.ua)

Introduction
------------

[](#introduction)

Our Vue starter kit provides a robust, modern starting point for building Laravel applications with a Vue frontend using [Inertia](https://inertiajs.com).

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, Tailwind 3, and the [PrimeVue](https://primevue.org/) component library.

Official Documentation
----------------------

[](#official-documentation)

Documentation for all Laravel starter kits can be found on the [Laravel website](https://laravel.com/docs/starter-kits).

Contributing
------------

[](#contributing)

Thank you for considering contributing to our starter kit! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).

Code of Conduct
---------------

[](#code-of-conduct)

In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).

License
-------

[](#license)

The Laravel + PrimeVue starter kit is open-sourced software licensed under the MIT license.

Docs
====

[](#docs)

To change default theme preset, change config in [useAppearance.ts](resources/js/composables/useAppearance.ts)

```
const layoutConfig = reactive({
    preset: localStorage.getItem('layout_preset') || 'Aura',
    primary: localStorage.getItem('layout_primary') || 'noir',
    surface: localStorage.getItem('layout_surface') || 'soho',
    menuMode: localStorage.getItem('layout_menu_mode') || 'static'
});
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance46

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~9 days

Total

3

Last Release

409d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bfeed5a40c3e84f5b0366d8884d1bf0e8762df1f6ee3392355b1bb03f5c7be6c?d=identicon)[ostrerov](/maintainers/ostrerov)

---

Top Contributors

[![ostrerov](https://avatars.githubusercontent.com/u/138017415?v=4)](https://github.com/ostrerov "ostrerov (6 commits)")

---

Tags

laravelprimeuiprimevueprimevue-laravelprimevue4starter-kitvueframeworklaravelvueprimevueprimeUIengnuavue-starter-kitptime

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/engnua-laravel-vue-primeui-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/engnua-laravel-vue-primeui-starter-kit/health.svg)](https://phpackages.com/packages/engnua-laravel-vue-primeui-starter-kit)
```

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[oseughu/svelte-starter-kit

The skeleton application for the Laravel framework.

1781.4k](/packages/oseughu-svelte-starter-kit)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
