laravel/installer
Laravel Installer is the official CLI tool to quickly create new Laravel applications. Install via Composer, then run a single command to scaffold a fresh project with the latest framework version and recommended defaults.
.env, composer.json, and directory structure). Aligns with roadmap items focused on developer experience (DX) or time-to-first-deploy.laravel new my-fork").Adopt When:
composer create-project workflow with a more maintainable, official solution.Look Elsewhere If:
composer create-project or devenv..env values, multi-repo setups) → Consider Laravel Jetstream or custom scaffolding tools.For Executives: *"The Laravel Installer lets us cut project setup time from 30 minutes to 2 minutes by automating environment configuration, dependencies, and boilerplate. This directly impacts:
For Engineering:
*"This replaces manual composer create-project + php artisan key:generate workflows with a single command (laravel new). Key benefits:
.env, composer.json, and directory structure with best practices (e.g., Homestead/Docker support)..editorconfig, CI scripts, or default packages) via the --preset flag or by forking.For Developers: *"No more ‘it works on my machine’ hell—this tool guarantees a clean Laravel environment in one command. Perfect for:
laravel new my-fork and start coding immediately.valet link or Docker for a zero-config local dev experience."*How can I help you explore Laravel packages today?