Statamic Boost Icon

Statamic Boost

1.2.1

March 26th, 2026

Fixed

  • laravel/mcp compatibility: Updated laravel/mcp requirement from ^0.5 to ^0.5|^0.6, unblocking installation for projects on laravel/mcp v0.6.x. Closes #14.

Maintenance

  • CI matrix now tests against laravel/mcp ^0.5 and ^0.6, Laravel 11/12/13, and Pest 3/4.

1.2.0

March 22nd, 2026

What's Changed

New

  • Guidelines auto-discovery: Statamic guidelines are now automatically included when running php artisan boost:install β€” no manual publishing required. The package now ships resources/boost/guidelines/core.blade.php which Laravel Boost v2 picks up automatically during install. (#19)

Fixed

  • Laravel Boost v2 compatibility: Updated laravel/boost requirement from ^1.1 to ^2.0, resolving composer conflicts for projects on Laravel 12 / Boost v2.x. Closes #14. (#19)
  • Statamic 6.7+ compatibility: GetAssetContainers tool now catches \Throwable instead of \Exception, fixing a crash caused by a breaking change in Statamic 6.7's augmentation layer. (#19)

Maintenance

  • Bumped ramsey/composer-install GitHub Action from v3 to v4 (#17)

Full Changelog: https://github.com/chrisvasey/statamic-boost/compare/v1.1.2...v1.2.0

1.1.2

January 21st, 2026

  • Remove /docs from export-ignore in .gitattributes so documentation files are included when the package is installed via Composer
  • Fixes the "Documentation file not found" error in the search-statamic-docs MCP tool

1.1.1

January 21st, 2026

Added link to cboxdk/statamic-mcp in README.