PHPackages                             shipfastlabs/modern-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. shipfastlabs/modern-react-starter-kit

ActiveProject[Framework](/categories/framework)

shipfastlabs/modern-react-starter-kit
=====================================

Laravel starter kit with opinionated modern tooling setup.

171414[6 PRs](https://github.com/shipfastlabs/modern-react-starter-kit/pulls)PHPCI passing

Since May 18Pushed 3w ago1 watchersCompare

[ Source](https://github.com/shipfastlabs/modern-react-starter-kit)[ Packagist](https://packagist.org/packages/shipfastlabs/modern-react-starter-kit)[ RSS](/packages/shipfastlabs-modern-react-starter-kit/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (7)Used By (0)

Modern React Starter Kit
========================

[](#modern-react-starter-kit)

 [![Build Status](https://github.com/shipfastlabs/modern-react-starter-kit/actions/workflows/tests.yml/badge.svg)](https://github.com/shipfastlabs/modern-react-starter-kit/actions) [![License](https://camo.githubusercontent.com/483a69ba72215b50f5d36dfb137368c89833bb748bddab47fbe800e0550e8e5f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f73686970666173746c6162732f6d6f6465726e2d72656163742d737461727465722d6b6974)](https://github.com/shipfastlabs/modern-react-starter-kit/blob/main/LICENSE.md) [![GitHub Stars](https://camo.githubusercontent.com/b88fff935a0f90cf15690c53b18569c74e31d885d6ff4aa3e3e69923bea5a9ec/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f73686970666173746c6162732f6d6f6465726e2d72656163742d737461727465722d6b6974)](https://github.com/shipfastlabs/modern-react-starter-kit)

This starter kit brings updates the base laravel starter kit with opinionated modern tooling setup.

**What's Included:**

- **Laravel Latest**: Built with the latest Laravel version (requires PHP 8.4+ and support 8.5)
- **Essential Packages**: Pre-configured with Laravel Essentials and Laravel Boost
- **Code Quality**: Integrated Pint, Rector, and PHPStan
- **Testing Ready**: Pest testing framework included
- **IDE Support**: Laravel IDE Helper for better development experience

🚀 Quick Start
-------------

[](#-quick-start)

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

### Using Laravel Installer (Recommended)

[](#using-laravel-installer-recommended)

```
# Create a new project using Laravel installer
laravel new larasonic --using=shipfastlabs/modern-react-starter-kit

composer run dev
```

### Using Git Clone

[](#using-git-clone)

```
# Clone the repository via github
git clone git@github.com:shipfastlabs/modern-react-starter-kit.git
cd modern-react-starter-kit

# Install dependencies
composer install
npm install

# Set up environment
cp .env.example .env
php artisan key:generate

# Run migrations
php artisan migrate

# Start development server
composer run dev
```

📦 Included Packages
-------------------

[](#-included-packages)

### Production

[](#production)

- `nunomaduro/essentials` - Essential Laravel packages

### Development

[](#development)

- `larastan/larastan` - PHP static analysis
- `rector/rector` - Code refactoring and upgrades
- `barryvdh/laravel-ide-helper` - IDE autocompletion
- `laravel/boost` - Laravel-focused MCP server

🛠️ Development Tools
--------------------

[](#️-development-tools)

```
# Code formatting with Pint
./vendor/bin/pint

# Static analysis with PHPStan/Larastan
./vendor/bin/phpstan analyse --memory-limit=-1

# Code refactoring with Rector
./vendor/bin/rector

# Run tests
php artisan test
```

📝 License
---------

[](#-license)

This project is open-sourced software licensed under the [MIT license](LICENSE.md).

Credits:

- [Laravel Starter Kit](https://github.com/laravel/laravel-starter-kit)
- [Nuno's Strict Laravel Starter Kit](https://github.com/nunomaduro/laravel-starter-kit)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance62

Regular maintenance activity

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31663512?v=4)[Pushpak Chhajed](/maintainers/pushpak1300)[@pushpak1300](https://github.com/pushpak1300)

---

Top Contributors

[![pushpak1300](https://avatars.githubusercontent.com/u/31663512?v=4)](https://github.com/pushpak1300 "pushpak1300 (1 commits)")

---

Tags

inertiajslaravelreactstarter-kit

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M829](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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