Download the PHP package sandermuller/package-boost-laravel without Composer
On this page you can find all versions of the php package sandermuller/package-boost-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sandermuller/package-boost-laravel
More information about sandermuller/package-boost-laravel
Files in sandermuller/package-boost-laravel
Package package-boost-laravel
Short Description AI agent skills for Laravel package authors. Adds Laravel-flavored skills + .mcp.json emission on top of package-boost-php.
License MIT
Homepage https://github.com/sandermuller/package-boost-laravel
Informations about the package package-boost-laravel
package-boost-laravel
AI agent skills, guidelines, and .mcp.json emission for Laravel-package authors. Inherits the framework-agnostic package-author toolkit from sandermuller/package-boost-php and layers on Laravel-specific context: Testbench conventions, cross-version Laravel support, CI matrix diagnostics, and the McpJsonEmitter that wires laravel/boost's MCP server into Claude Code during boost sync.
Documentation: https://sandermuller.github.io/boost-core/packages/package-boost-laravel/
Where
laravel/boosttargets Laravel application developers, this package targets the people building Laravel packages — the dev-time codebase whereapp/,bootstrap/and.envdo not exist andphp artisandoes not apply. Not sure which family member fits? The picker decides it in two questions.
What you get
McpJsonEmitter — the zero-overlap claim against laravel/boost. It updates .mcp.json on every boost sync, idempotently, with the command pointed at vendor/bin/testbench boost:mcp (not php artisan) so the MCP server actually boots in a package codebase. It merges rather than overwrites: only mcpServers.laravel-boost is touched, so your own servers, other top-level keys, and extra keys on that entry survive, and a .mcp.json it cannot parse is left alone. It fires only when laravel/boost and orchestra/testbench are both in your dev dependencies and Agent::CLAUDE_CODE is active; otherwise it skips silently.
Three Laravel skills. All untagged, so they ship whenever this package is installed.
| Skill | When it loads |
|---|---|
package-development |
Testbench conventions: vendor/bin/testbench versus php artisan, service-provider registration in testbench.yaml, the workbench/ layout |
cross-version-laravel-support |
Several Laravel majors in one release: constraint patterns, version shims, the CI matrix shape including prefer-lowest |
ci-matrix-troubleshooting |
Debugging "fails on prefer-lowest" and "fails on Laravel 13 but not 12" matrix failures |
One Laravel guideline — laravel-packages. The detection rule (require.illuminate/* or require.laravel/framework), Testbench context, the artisan-substitution table, and a cross-version pointer. It composes with the framework-agnostic foundation guideline inherited from package-boost-php.
Everything package-boost-php ships comes along: the foundation guideline, the lean and gitattributes CLI commands, and the lean-dist skill.
Install
PHP 8.3+ and Laravel 12 or 13. sandermuller/package-boost-php, sandermuller/boost-core, and stolt/lean-package-validator all come in transitively — do not require any of them separately.
Allowlist both package vendors in boost.php, since inheritance is a Composer dependency and not an allowlist entry:
Documentation
| Topic | Page |
|---|---|
McpJsonEmitter, the skills, what it inherits |
Overview |
| Install and first run | Install |
boost.php, tags, inheritance, coexistence, auto-sync |
Configuration |
Writing a custom FileEmitter |
Publishing a skill package |
| Tags, skill dependencies, remote skills, conventions | Guide |
| Every command and exit code | CLI reference |
The semver-protected surface is in PUBLIC_API.md. Everything else is @internal.
Testing
License
MIT. See LICENSE.
All versions of package-boost-laravel with dependencies
sandermuller/boost-core Version ^1.6
sandermuller/package-boost-php Version ^1.0