command-g / blueprint
An opiniated application skeleton for the Laravel framework.
Package info
github.com/command-g/blueprint
Language:Blade
Type:project
pkg:composer/command-g/blueprint
dev-main
2026-03-05 15:39 UTC
Requires
- php: ^8.5
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
Requires (Dev)
- driftingly/rector-laravel: ^2.1
- fakerphp/faker: ^1.23
- larastan/larastan: ^3.9
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.4
- pestphp/pest-plugin-laravel: ^4.1
- pestphp/pest-plugin-type-coverage: ^4.0
- rector/rector: ^2.3
This package is auto-updated.
Last update: 2026-05-05 16:01:04 UTC
README
This is an opinionated application skeleton for the Laravel framework. It includes:
- Stricter code styling with Pint
- Static analysis with PHPStan
- Stricter defaults in the AppServiceProvider
- A GitHub actions workflow for automatic testing
- Composer scripts to lint, test and analyze the code
Getting started
This starter kit requires at least PHP 8.5.
Create a new project using Composer:
composer create-project command-g/blueprint --prefer-dist example-app
Create a new project with the Laravel installer
laravel new --using=command-g/blueprint example-app
License
The Laravel framework and this starter kit are open-sourced software licensed under the MIT license.