command-g/blueprint

An opiniated application skeleton for the Laravel framework.

Maintainers

Package info

github.com/command-g/blueprint

Language:Blade

Type:project

pkg:composer/command-g/blueprint

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-03-05 15:39 UTC

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.