PHPackages                             vinrish/laravel-inertia-react-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. vinrish/laravel-inertia-react-starter-kit

ActiveProject[Framework](/categories/framework)

vinrish/laravel-inertia-react-starter-kit
=========================================

The skeleton application for the Laravel framework.

v1.0.1(1mo ago)12MITTypeScriptPHP ^8.5CI failing

Since Apr 21Pushed 1mo agoCompare

[ Source](https://github.com/vinrish/laravel-inertia-react-starter-kit)[ Packagist](https://packagist.org/packages/vinrish/laravel-inertia-react-starter-kit)[ RSS](/packages/vinrish-laravel-inertia-react-starter-kit/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (20)Versions (3)Used By (0)

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

 [![Build Status](https://github.com/vinrish/laravel-inertia-react-starter-kit/actions/workflows/tests.yml/badge.svg)](https://github.com/vinrish/laravel-inertia-react-starter-kit/actions) [![Total Downloads](https://camo.githubusercontent.com/10df0a40a24beb5a3e92e519fe4e2ead4288e9eeadcc777058d5ee65b048bea1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76696e726973682f6c61726176656c2d696e65727469612d72656163742d737461727465722d6b6974)](https://packagist.org/packages/vinrish/laravel-inertia-react-starter-kit) [![Latest Stable Version](https://camo.githubusercontent.com/943d478adb4de7b2345b98b3d94194ffaff966edaaed38d4801ef0eb41a38e02/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76696e726973682f6c61726176656c2d696e65727469612d72656163742d737461727465722d6b6974)](https://packagist.org/packages/vinrish/laravel-inertia-react-starter-kit) [![License](https://camo.githubusercontent.com/0e6b7f96f661e7cb105bd20df148f427bd3682da87243a3d7c3265c1b059044c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f76696e726973682f6c61726176656c2d696e65727469612d72656163742d737461727465722d6b6974)](https://packagist.org/packages/vinrish/laravel-inertia-react-starter-kit)

**Laravel Starter Kit (Inertia &amp; React)** 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, OxLint, and Oxfmt 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**: Configured App Defaults / 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.5+](https://php.net/releases/) and a code coverage driver like [xdebug](https://xdebug.org/docs/install)**.

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

```
composer create-project vinrish/laravel-inertia-react-starter-kit --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:

```
pnpm add playwright
pnpx 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 Oxfmt (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 Bun dependencies to latest versions

License
-------

[](#license)

**Laravel Starter Kit Inertia React** was created by **[Vincent Kariuki](https://x.com/vinrishtechnologies)** under the **[MIT license](https://opensource.org/licenses/MIT)**.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance91

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

49d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/785c1a167c09d93a88a3e772b2cbc7cbbe38154c16651ed75289498cd71803f6?d=identicon)[vinrish](/maintainers/vinrish)

---

Top Contributors

[![vinrish](https://avatars.githubusercontent.com/u/31731244?v=4)](https://github.com/vinrish "vinrish (25 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/vinrish-laravel-inertia-react-starter-kit/health.svg)](https://phpackages.com/packages/vinrish-laravel-inertia-react-starter-kit)
```

###  Alternatives

[nunomaduro/laravel-starter-kit-inertia-react

The skeleton application for the Laravel framework.

2071.1k](/packages/nunomaduro-laravel-starter-kit-inertia-react)[unopim/unopim

UnoPim Laravel PIM

10.1k2.2k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)

PHPackages © 2026

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