Laravel starter kit with opinionated modern tooling setup.
shipfastlabs/modern-react-starter-kit is a Laravel package for laravel starter kit with opinionated modern tooling setup..
It currently has 17 GitHub stars and 141 downloads on Packagist.
Install it with composer require shipfastlabs/modern-react-starter-kit.
Discover more Laravel packages by shipfastlabs
or browse all Laravel packages to compare alternatives.
Last updated
This starter kit brings updates the base laravel starter kit with opinionated modern tooling setup.
What's Included:
Requires PHP 8.4+.
# Create a new project using Laravel installer
laravel new larasonic --using=shipfastlabs/modern-react-starter-kit
composer run dev
# Clone the repository via github
git clone [email protected]: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
nunomaduro/essentials - Essential Laravel packageslarastan/larastan - PHP static analysisrector/rector - Code refactoring and upgradesbarryvdh/laravel-ide-helper - IDE autocompletionlaravel/boost - Laravel-focused MCP server# 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
This project is open-sourced software licensed under the MIT license.
Credits: