Documentation Index
Fetch the complete documentation index at: https://kawax.biz/llms.txt
Use this file to discover all available pages before exploring further.
Overview
revolution/laravel-boost-copilot-cli adds a custom GitHub Copilot CLI agent as an extension for Laravel Boost.
Laravel Boost already includes GitHub Copilot, but that path is mainly oriented to VS Code GitHub Copilot workflows. This package gives you a clearer setup for Copilot CLI and is especially useful for package developers using Testbench.
Requirements
- PHP 8.2+
- Laravel 12+
- Laravel Boost 2.0+
- Copilot CLI 1.0.25+
Supported platforms
- macOS
- WSL (Native Windows also works, but WSL is recommended)
- Linux
vendor/bin/sail up -d first, then execute the copilot command outside Sail.
Installation
Usage
.github/instructions/laravel-boost.instructions.md.
Copilot CLI automatically loads .mcp.json from your project root, so you do not need extra configuration.
Customization
You can change the path where the guidelines file is generated by publishingconfig/boost.php.
agents key to config/boost.php. To align Copilot CLI with the official Copilot (VS Code) agent, specify AGENTS.md. You can also update the Copilot (VS Code) side instead.
Testbench support (for package developers)
This package is designed to work smoothly in Testbench-based package development workflows where Laravel Boost defaults can be harder to apply directly.Related links
- GitHub: invokable/laravel-boost-copilot-cli
- Related package for PhpStorm: invokable/laravel-boost-phpstorm-copilot
- Copilot SDK for Laravel: invokable/laravel-copilot-sdk