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
Requires
- php: ^8.4
- laravel/framework: ^12.0
- laravel/telescope: ^5.13
- laravel/tinker: ^2.10.1
Requires (Dev)
- driftingly/rector-laravel: ^2.0
- fakerphp/faker: ^1.23
- larastan/larastan: ^3.0
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.1
- pestphp/pest-plugin-laravel: ^4.0
- pestphp/pest-plugin-type-coverage: ^4.0
- rector/rector: ^2.1
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.