PHPackages                             simaocurado/starter-kit-vue - 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. simaocurado/starter-kit-vue

ActiveProject[Framework](/categories/framework)

simaocurado/starter-kit-vue
===========================

The skeleton application for the Laravel framework.

v2.0.3(2mo ago)19MITVuePHP ^8.5.0CI failing

Since Jan 25Pushed 2mo agoCompare

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

READMEChangelogDependencies (20)Versions (9)Used By (0)

Starter Kit Vue (Laravel + Inertia)
===================================

[](#starter-kit-vue-laravel--inertia)

An opinionated starter kit for building Laravel + Vue apps with a strong focus on quality, typing, and consistency. It currently targets Laravel 13 on the backend and keeps the existing Vue frontend dependency set unchanged.

Requirements
------------

[](#requirements)

- PHP `8.5+`
- Node.js `20.19+` or `22.12+` (required by Vite 7)
- Bun `1.3+`
- Composer
- SQLite (or another database configured in `.env`)

Create Project
--------------

[](#create-project)

```
composer create-project simaocurado/starter-kit-vue --prefer-dist my-app
cd my-app
composer setup
```

`composer setup` runs:

- PHP dependency installation
- `.env` creation/configuration
- automatic `APP_URL` setup to `http://.test`
- `php artisan key:generate`
- migrations
- `bun install`
- `bun run build`

Development
-----------

[](#development)

### With Herd (recommended on macOS)

[](#with-herd-recommended-on-macos)

With Herd, the HTTP server already exists (`*.test`). You only need to run the frontend:

```
bun run dev
```

Open the app at `http://.test`.

Optional (if you use queues):

```
php artisan queue:listen --tries=1
```

### Without Herd

[](#without-herd)

Run:

```
composer dev
```

This starts Laravel server, queue worker, logs, and Vite together.

Strictness
----------

[](#strictness)

This starter applies strict defaults:

- TypeScript with `"strict": true` in `tsconfig.json`
- PHPStan level `7` + `bleedingEdge` in `phpstan.neon`
- Pest type coverage minimum of `90%` (`composer test:type-coverage`)
- Pest test coverage requirement of `90%` in `composer test:unit`
- Pint + Rector for formatting and automated refactors
- Oxlint + Prettier for frontend quality checks

Scripts
-------

[](#scripts)

- `composer setup`
- `composer dev`
- `composer lint`
- `composer test`
- `composer test:type-coverage`
- `composer test:unit`
- `composer test:types`
- `composer test:lint`
- `composer update:requirements`

Notes
-----

[](#notes)

- If `bun run build` fails with a Vite/`crypto.hash` error, upgrade Node to `20.19+` or `22.12+`.
- `APP_URL` is automatically set to `http://.test` during setup. Adjust it manually only if you use a different local domain.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance86

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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 ~4 days

Total

7

Last Release

89d ago

Major Versions

v1.0.2 → v2.0.02026-02-19

PHP version history (2 changes)v1.0.0PHP ^8.4.0

v1.0.2PHP ^8.5.0

### Community

Maintainers

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

---

Top Contributors

[![SimaoNevesCurado](https://avatars.githubusercontent.com/u/111795948?v=4)](https://github.com/SimaoNevesCurado "SimaoNevesCurado (8 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

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

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

###  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)

PHPackages © 2026

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