revolution/laravel-boost-copilot-cli

Laravel Boost Custom CodeEnvironment for GitHub Copilot CLI

Fund package maintenance!
invokable

Installs: 180

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

pkg:composer/revolution/laravel-boost-copilot-cli

1.0.7 2025-11-04 14:02 UTC

This package is auto-updated.

Last update: 2025-11-05 01:22:52 UTC


README

tests Maintainability Code Coverage

Ask DeepWiki

Requirements

Supported OS

Note: It also supports Laravel Sail. Before use, start it with vendor/bin/sail up -d.

Installation

composer require revolution/laravel-boost-copilot-cli --dev

Usage

When you run the Laravel Boost installation command within your Laravel project, you'll see a GitHub Copilot CLI item added to the list. Select it to generate .github/mcp-config.json for Copilot CLI. To generate .github/copilot-instructions.md, also select the boost standard GitHub Copilot.

php artisan boost:install

When running the copilot command, specify .github/mcp-config.json using the --additional-mcp-config option.

copilot --additional-mcp-config @.github/mcp-config.json

If, after starting Copilot, Configured MCP servers: laravel-boost appears, the setup was successful.

From now on, always specify the --additional-mcp-config option when using the copilot command. It can be used together with other options.

copilot --additional-mcp-config @.github/mcp-config.json --resume
copilot --additional-mcp-config @.github/mcp-config.json --continue

License

MIT