revolution/laravel-boost-copilot-cli

Laravel Boost Custom Agent for GitHub Copilot CLI

Maintainers

Package info

github.com/invokable/laravel-boost-copilot-cli

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

Fund package maintenance!

invokable

Statistics

Installs: 16 966

Dependents: 10

Suggesters: 0

Stars: 3

2.2.1 2026-03-29 11:36 UTC

README

tests Maintainability Code Coverage

Ask DeepWiki

Requirements

Suggest

Supported Platforms

  • macOS
  • WSL
    • Native Windows can also be installed, but WSL is still recommended.
  • Linux

Laravel Sail

It also supports Laravel Sail. Before use, start it with vendor/bin/sail up -d. The copilot command runs outside of Sail.

Testbench for Package Developers

testbench.md

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.

  • First, you will see Which Boost features would you like to configure?. The files will be installed depending on the features you select.
    • AI Guidelines: .github/instructions/laravel-boost.instructions.md
    • Agent Skills: .github/skills
    • Boost MCP Server Configuration: .mcp.json
  • Next, you will see Which AI agents would you like to configure?. Select GitHub Copilot CLI for the AI agent.
php artisan boost:install

Copilot CLI automatically loads the .mcp.json configuration file from the project root, so no additional options are needed.

copilot

Known issues

Copilot CLI does not load instructions after the <. This means that Laravel Boost's <laravel-boost-guidelines> is not loaded at all. Instruct .github/copilot-instructions.md to load laravel-boost.instructions.md.

License

MIT