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

ActiveProject[Framework](/categories/framework)

simaocurado/starter-kit-react
=============================

The skeleton application for the Laravel framework.

v1.0.4(2mo ago)110MITTypeScriptPHP ^8.5.0CI failing

Since Feb 12Pushed 2mo agoCompare

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

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

Starter Kit React (Laravel 13 + Inertia)
========================================

[](#starter-kit-react-laravel-13--inertia)

An opinionated Laravel 13 + React starter kit with a strong focus on quality, typing, and consistency.

The Laravel 13 bump in this template is backend-only. The existing frontend stack in `package.json` remains 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-react --prefer-dist my-app
```

`composer setup` runs:

- PHP dependency installation
- `.env` creation/configuration
- automatic `APP_URL` setup to `http://.test` (from the current folder name)
- `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 `100%` (`composer test:type-coverage`)
- Pest test coverage requirement of `100%` 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 configure:app-url`
- `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

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

Total

5

Last Release

88d ago

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 (17 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

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

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

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