> ## Documentation Index
> Fetch the complete documentation index at: https://kawax.biz/llms.txt
> Use this file to discover all available pages before exploring further.

# Laravel Boost custom agent voor GitHub Copilot CLI

> Voeg een custom agent voor GitHub Copilot CLI toe aan Laravel Boost, inclusief Testbench-ondersteuning.

## Overzicht

`revolution/laravel-boost-copilot-cli` breidt [Laravel Boost](https://github.com/laravel/boost) uit met een custom agent voor GitHub Copilot CLI. Het package maakt Copilot CLI expliciet en werkt goed met package development via Testbench.

## Vereisten

* PHP 8.2+
* Laravel 12+
* Laravel Boost 2.0+
* Copilot CLI 1.0.61+

## Installatie en gebruik

```shell theme={null}
composer require revolution/laravel-boost-copilot-cli --dev
php artisan boost:install
# Selecteer "GitHub Copilot CLI"
copilot
```

Boost genereert guidelines in `.github/instructions/laravel-boost.instructions.md`. Copilot CLI laadt `.github/mcp.json` automatisch uit de projectroot.

Voor Testbench:

```shell theme={null}
vendor/bin/testbench workbench:install
vendor/bin/testbench boost:install
```

Bekijk de [broncode op GitHub](https://github.com/invokable/laravel-boost-copilot-cli) voor configuratie en updates.


## Related topics

- [Mijn packages](/nl/packages/index.md)
- [Laravel Boost custom agent voor PhpStorm met GitHub Copilot](/nl/packages/laravel-boost-phpstorm-copilot.md)
- [GitHub Copilot SDK voor Laravel](/nl/packages/laravel-copilot-sdk/index.md)
- [我的套件](/zh-TW/packages/index.md)
- [Een custom agent voor Boost maken](/nl/advanced/boost-custom-agent.md)
