# Laravel Framework Pack

Use this framework pack when the repository is a Laravel application and the PHP
language pack is also relevant.

## Primary signals

- `composer.json` references `laravel/framework`
- `artisan` is present

## Validation cues

- review migrations, service providers, and route changes together
- run the repo's PHP test suite or targeted smoke steps after behavior changes
