# laravel-shift/blueprint

A code generation tool for Laravel developers.

Repository: https://github.com/laravel-shift/blueprint
Canonical: https://ross.abutalabs.com/products/laravel-shift-blueprint
Language: PHP
License: MIT
License Family: permissive
Last push: 2026-08-11T19:52:46+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 45, longevity 100
- inputs: {"age_days": 2515, "days_push": 22, "days_rel": 286, "gap_med": 63, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3110, forks 295 (observed 2026-08-28T04:07:43.912692+00:00)

## What it is
Blueprint is a code generation tool for Laravel that builds multiple framework components (models, migrations, controllers, routes, factories, form requests) from a single human-readable YAML draft file. It is installed via Composer and run through artisan commands.

## Use cases
- scaffold laravel crud from a yaml file
- generate laravel models migrations and controllers quickly
- rapidly prototype a laravel app
- generate laravel tests and factories from a definition
- avoid writing boilerplate laravel components

## When to choose
- you build Laravel 11+ apps and want to skip repetitive scaffolding
- you want a single readable definition driving models, controllers, routes, and tests
- you prefer convention-driven generation over manual boilerplate

## When to avoid
- you don't use the Laravel framework
- you need fully custom component structures the draft format can't express
- you work outside PHP or with other frameworks

## Facets
- artifact type: cli-tool
- maturity: active
- function: build-tool, developer-tools, testing
- domain: web-development, developer-tools, backend
- platform: php, cli
- tags: laravel, scaffolding, yaml-drafts, artisan-commands, crud-generation, code-generation, automation, web-server

## Member repositories
- laravel-shift/blueprint (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:43.912692+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:26:44.954188+00:00, confidence not recorded.
  - readme: https://github.com/laravel-shift/blueprint (fetched 2026-08-28T04:07:43.912692+00:00, sha 8b69a79faeea)
- Data as of 2026-08-30T08:39:29.467469+00:00.
