shipfastlabs / modern-react-starter-kit
Laravel starter kit with opinionated modern tooling setup.
Package info
github.com/shipfastlabs/modern-react-starter-kit
Type:project
pkg:composer/shipfastlabs/modern-react-starter-kit
dev-main
2026-04-23 14:47 UTC
Requires
- php: ^8.4
- inertiajs/inertia-laravel: ^3.0
- laravel/framework: ^13.0
- laravel/tinker: ^3.0
- laravel/wayfinder: ^0.1.14
- nunomaduro/essentials: ^1.2
Requires (Dev)
- barryvdh/laravel-ide-helper: ^3.7
- driftingly/rector-laravel: ^2.3
- fakerphp/faker: ^1.24
- larastan/larastan: ^3.9
- laravel/pail: ^1.2.5
- laravel/pint: ^1.27
- laravel/sail: ^1.53
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.9.3
- nunomaduro/pao: ^1.0
- pestphp/pest: ^4.6
- pestphp/pest-plugin-laravel: ^4.1
- pestphp/pest-plugin-type-coverage: ^4.0
- rector/rector: ^2.4
This package is auto-updated.
Last update: 2026-04-23 14:48:10 UTC
README
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
Requires PHP 8.4+.
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
# 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
Production
nunomaduro/essentials- Essential Laravel packages
Development
larastan/larastan- PHP static analysisrector/rector- Code refactoring and upgradesbarryvdh/laravel-ide-helper- IDE autocompletionlaravel/boost- Laravel-focused MCP server
🛠️ 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
This project is open-sourced software licensed under the MIT license.
Credits: