wgriffioen/blueprint

An opiniated application skeleton for the Laravel framework.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:Blade

Type:project

pkg:composer/wgriffioen/blueprint

dev-main 2025-10-02 08:53 UTC

This package is auto-updated.

Last update: 2025-10-02 08:53:14 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
  • Telescope to inspect the application during development

Getting started

This starter kit requires at least PHP 8.4.

Create a new project using Composer:

composer create-project wgriffioen/blueprint --prefer-dist example-app

License

The Laravel framework and this starter kit are open-sourced software licensed under the MIT license.