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

AbandonedArchivedProject[Framework](/categories/framework)

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

Laravel starter kit with opinionated modern tooling setup.

213PHPCI passing

Since Jan 10Pushed 3mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Modern React Starter Kit with WorkOS
====================================

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

 [![Build Status](https://github.com/shipfastlabs/modern-react-starter-kit-workos/actions/workflows/tests.yml/badge.svg)](https://github.com/shipfastlabs/modern-react-starter-kit-workos/actions) [![License](https://camo.githubusercontent.com/1ca3b7116ee0aeb16ee5c7c5d1bc90c2556ebb5fb99306f308c68df5b585b033/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f73686970666173746c6162732f6d6f6465726e2d72656163742d737461727465722d6b69742d776f726b6f73)](https://github.com/shipfastlabs/modern-react-starter-kit-workos/blob/main/LICENSE.md) [![GitHub Stars](https://camo.githubusercontent.com/36638f5ba913b8ef3695afbeb13457b27a95f5002f357a5b4555f7e78eece383/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f73686970666173746c6162732f6d6f6465726e2d72656163742d737461727465722d6b69742d776f726b6f73)](https://github.com/shipfastlabs/modern-react-starter-kit-workos)

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-workos

composer run dev
```

### Using Git Clone

[](#using-git-clone)

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

# 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

21

—

LowBetter than 19% of packages

Maintenance56

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

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://www.gravatar.com/avatar/17613454e469c43a139611cfc52f35c2bf0c23df1eef5cf099241338f06462a7?d=identicon)[pushpak1300](/maintainers/pushpak1300)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M528](/packages/laravel-passport)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)

PHPackages © 2026

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