@simplify-technology/squadpack-ext-laravel
v0.4.0
Published
The official Laravel extension for Squadpack.
Readme
@simplify-technology/squadpack-ext-laravel
The official Laravel extension for Squadpack.
It adds Laravel-aware guidance on top of the base pack:
- Laravel-focused agents and skills
- reusable Cursor rules
- framework-aware templates
- Laravel runtime squads such as
ext-laravel:feature-squad - Laravel-specific documentation and local MCP templates
Typical Install
npm install -D @simplify-technology/squadpack-cli @simplify-technology/squadpack-base @simplify-technology/squadpack-ext-laravel
npx squadpack init --pack @simplify-technology/squadpack-base --target .
npx squadpack install laravel --target .When To Use This Pack
Use this extension when the repository is already Laravel and you need framework-aware help for:
- migrations
- Pest and realistic testing
- Inertia and UI patterns
- policies, activity logging, and release review
- Laravel-specific runtime flows
If the same repository also needs generic engineering composition from natural-language goals, keep @simplify-technology/squadpack-ext-software-engineering as the generic layer and add this package as the Laravel overlay.
Notes
- This extension works on top of
@simplify-technology/squadpack-base. - Local files such as
.cursor/mcp.laravel-boost.jsonare preserved during updates. - Runtime state still lives under
.squadpack/, outside the Laravel app structure.
Documentation
- Laravel operational guide:
../../docs/en/laravel-operational-guide.md - IDE commands:
../../docs/en/ide-commands.md - Extensions overview:
../../docs/en/extensions.md - Main README:
../../README.en.md
