PHPackages                             revolution/laravel-boost-copilot-cli - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. revolution/laravel-boost-copilot-cli

ActiveLibrary[CLI &amp; Console](/categories/cli)

revolution/laravel-boost-copilot-cli
====================================

Laravel Boost Custom Agent for GitHub Copilot CLI

2.2.0(1mo ago)316.4k—2.3%19MITPHPPHP ^8.2CI passing

Since Oct 29Pushed 1mo agoCompare

[ Source](https://github.com/invokable/laravel-boost-copilot-cli)[ Packagist](https://packagist.org/packages/revolution/laravel-boost-copilot-cli)[ GitHub Sponsors](https://github.com/invokable)[ RSS](/packages/revolution-laravel-boost-copilot-cli/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (14)Versions (33)Used By (9)

Laravel Boost Custom Agent for GitHub Copilot CLI
=================================================

[](#laravel-boost-custom-agent-for-github-copilot-cli)

[![tests](https://github.com/invokable/laravel-boost-copilot-cli/actions/workflows/tests.yml/badge.svg)](https://github.com/invokable/laravel-boost-copilot-cli/actions/workflows/tests.yml)[![Maintainability](https://camo.githubusercontent.com/9f9a9dbbb7c52fae74a537171a8baf9f5a01f66f4e5c6f06384edba0df9328c3/68747470733a2f2f716c74792e73682f6261646765732f64363338393030392d613762382d343566652d613762332d6630376534666632356132352f6d61696e7461696e6162696c6974792e737667)](https://qlty.sh/gh/invokable/projects/laravel-boost-copilot-cli)[![Code Coverage](https://camo.githubusercontent.com/6993fa94a3b5e1d46819163d295d4341f50835a77c1da07264ee6f9a192c3a5e/68747470733a2f2f716c74792e73682f6261646765732f64363338393030392d613762382d343566652d613762332d6630376534666632356132352f636f7665726167652e737667)](https://qlty.sh/gh/invokable/projects/laravel-boost-copilot-cli)

[![Ask DeepWiki](https://camo.githubusercontent.com/0f5ae213ac378635adeb5d7f13cef055ad2f7d9a47b36de7b1c67dbe09f609ca/68747470733a2f2f6465657077696b692e636f6d2f62616467652e737667)](https://deepwiki.com/invokable/laravel-boost-copilot-cli)

Requirements
------------

[](#requirements)

- PHP &gt;= 8.2
- Laravel &gt;= 12.x
- [Laravel Boost](https://github.com/laravel/boost) &gt;= 2.0
- [Copilot CLI](https://github.com/github/copilot-cli) &gt;= 1.0

### Suggest

[](#suggest)

- [laravel-boost-phpstorm-copilot](https://github.com/invokable/laravel-boost-phpstorm-copilot) Laravel Boost for PhpStorm with Copilot plugin
- [laravel-copilot-sdk](https://github.com/invokable/laravel-copilot-sdk) Copilot SDK for Laravel

Supported Platforms
-------------------

[](#supported-platforms)

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

### Laravel Sail

[](#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-for-package-developers)

[testbench.md](./docs/testbench.md)

Installation
------------

[](#installation)

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

Usage
-----

[](#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
------------

[](#known-issues)

Copilot CLI does not load instructions after the `
