PHPackages                             grnspc/laravel-starter-kit-inertia-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. grnspc/laravel-starter-kit-inertia-vue

ActiveProject[Framework](/categories/framework)

grnspc/laravel-starter-kit-inertia-vue
======================================

The skeleton application for the Laravel framework.

v1.0.3(6mo ago)481MITVuePHP ^8.4.0CI passing

Since Oct 15Pushed 6mo agoCompare

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

READMEChangelog (4)Dependencies (21)Versions (5)Used By (0)

**Special thanks and specific appreciation to [Nuno Maduro](https://x.com/enunomaduro)**

- Inertia &amp; Vue (this project) version: **[github.com/grnspc/laravel-starter-kit-inertia-vue](https://github.com/grnspc/laravel-starter-kit-inertia-vue)**
- Inertia &amp; React version: **[github.com/nunomaduro/laravel-starter-kit-inertia-react](https://github.com/nunomaduro/laravel-starter-kit-inertia-react)**
- Blade version: **[github.com/nunomaduro/laravel-starter-kit](https://github.com/nunomaduro/laravel-starter-kit)**

 [![Build Status](https://github.com/grnspc/laravel-starter-kit-inertia-vue/actions/workflows/tests.yml/badge.svg)](https://github.com/grnspc/laravel-starter-kit-inertia-vue/actions) [![Total Downloads](https://camo.githubusercontent.com/5e0df85af06b23261d545ddc283e262f16b73994fa71d66e557d03dd446ab750/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67726e7370632f6c61726176656c2d737461727465722d6b69742d696e65727469612d767565)](https://packagist.org/packages/grnspc/laravel-starter-kit-inertia-vue) [![Latest Stable Version](https://camo.githubusercontent.com/07ff4280e24dce8bac426ef3171c382c512f621b5697928b1ab3020cf8468e3b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67726e7370632f6c61726176656c2d737461727465722d6b69742d696e65727469612d767565)](https://packagist.org/packages/grnspc/laravel-starter-kit-inertia-vue) [![License](https://camo.githubusercontent.com/935b88e6427886aff128b9cdf883160a0bc4ec1de3dafe8df9258d3e6e727542/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f67726e7370632f6c61726176656c2d737461727465722d6b69742d696e65727469612d767565)](https://packagist.org/packages/grnspc/laravel-starter-kit-inertia-vue)

**Laravel Starter Kit (Inertia &amp; Vue)** is an ultra-strict, type-safe [Laravel](https://laravel.com) skeleton engineered for developers who refuse to compromise on code quality. This opinionated starter kit enforces rigorous development standards through meticulous tooling configuration and architectural decisions that prioritize type safety, immutability, and fail-fast principles.

Why This Starter Kit?
---------------------

[](#why-this-starter-kit)

Modern PHP has evolved into a mature, type-safe language, yet many Laravel projects still operate with loose conventions and optional typing. This starter kit changes that paradigm by enforcing:

- **Fully Actions-Oriented Architecture**: Every operation is encapsulated in a single-action class
- **Cruddy by Design**: Standardized CRUD operations for all controllers, actions, and Inertia &amp; React pages
- **100% Type Coverage**: Every method, property, and parameter is explicitly typed
- **Zero Tolerance for Code Smells**: Rector, PHPStan, ESLint, and Prettier at maximum strictness catch issues before they become bugs
- **Immutable-First Architecture**: Data structures favor immutability to prevent unexpected mutations
- **Fail-Fast Philosophy**: Errors are caught at compile-time, not runtime
- **Automated Code Quality**: Pre-configured tools ensure consistent, pristine code across your entire team
- **Just Better Laravel Defaults**: Thanks to **[Essentials](https://github.com/nunomaduro/essentials)** / strict models, auto eager loading, immutable dates, and more...
- **AI Guidelines**: Integrated AI Guidelines to assist in maintaining code quality and consistency
- **Full Testing Suite**: More than 150 tests with 100% code coverage using Pest

This isn't just another Laravel boilerplate—it's a statement that PHP applications can and should be built with the same rigor as strongly-typed languages like Rust or TypeScript.

Getting Started
---------------

[](#getting-started)

> **Requires [PHP 8.4+](https://php.net/releases/)**.

Create your type-safe Laravel application using [Composer](https://getcomposer.org):

```
composer create-project grnspc/laravel-starter-kit-inertia-vue --prefer-dist example-app
```

### Initial Setup

[](#initial-setup)

Navigate to your project and complete the setup:

```
cd example-app

# Setup the project
composer setup

# Start the development server
composer dev
```

### Optional: Browser Testing Setup

[](#optional-browser-testing-setup)

If you plan to use Pest's browser testing capabilities:

```
npm install playwright
npx playwright install
```

### Verify Installation

[](#verify-installation)

Run the test suite to ensure everything is configured correctly:

```
composer test
```

You should see 100% test coverage and all quality checks passing.

Available Tooling
-----------------

[](#available-tooling)

### Development

[](#development)

- `composer dev` - Starts Laravel server, queue worker, log monitoring, and Vite dev server concurrently

### Code Quality

[](#code-quality)

- `composer lint` - Runs Rector (refactoring), Pint (PHP formatting), and Prettier (JS/TS formatting)
- `composer test:lint` - Dry-run mode for CI/CD pipelines

### Testing

[](#testing)

- `composer test:type-coverage` - Ensures 100% type coverage with Pest
- `composer test:types` - Runs PHPStan at level 9 (maximum strictness)
- `composer test:unit` - Runs Pest tests with 100% code coverage requirement
- `composer test` - Runs the complete test suite (type coverage, unit tests, linting, static analysis)

### Maintenance

[](#maintenance)

- `composer update:requirements` - Updates all PHP and NPM dependencies to latest versions

License
-------

[](#license)

**Laravel Starter Kit Inertia Vue** was created by **[GrnSpc](https://x.com/GrnspcDev)** under the **[MIT license](https://opensource.org/licenses/MIT)**.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance66

Regular maintenance activity

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

4

Last Release

205d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/grnspc-laravel-starter-kit-inertia-vue/health.svg)](https://phpackages.com/packages/grnspc-laravel-starter-kit-inertia-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)
