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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package package-boost-laravel

package-boost-laravel

Latest Version on Packagist GitHub Tests Action Status Total Downloads Laravel Boost

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/boost targets Laravel application developers, this package targets the people building Laravel packages — the dev-time codebase where app/, bootstrap/ and .env do not exist and php artisan does 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 guidelinelaravel-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

PHP Build Version
Package Version
Requires php Version ^8.3
sandermuller/boost-core Version ^1.6
sandermuller/package-boost-php Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package sandermuller/package-boost-laravel contains the following files

Loading the files please wait ...