revolution/laravel-boost-copilot-cli

Laravel Boost Custom CodeEnvironment for GitHub Copilot CLI

Fund package maintenance!
invokable

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

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

1.0.1 2025-10-30 03:57 UTC

This package is auto-updated.

Last update: 2025-10-30 04:06:36 UTC


README

tests Maintainability Code Coverage

Ask DeepWiki

Requirements

Support OS

  • macOS
  • WSL (Native Windows environment is not supported)
  • Linux

Installation

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

Usage

When you run the standard 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/copilot-instructions.md and .github/mcp-config.json for Copilot CLI.

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

Development

Running Tests

composer test

Running Linter

composer lint

Testing Linter Without Making Changes

composer test:lint

LICENCE

MIT