> ## 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 PhpStorm met GitHub Copilot

> Voeg een Laravel Boost-agent toe voor de GitHub Copilot-plugin in PhpStorm.

## Overzicht

`revolution/laravel-boost-phpstorm-copilot` voegt **PhpStorm with GitHub Copilot** toe aan de AI-agents van `php artisan boost:install`.

<Warning>
  Kies `PhpStorm with GitHub Copilot`, niet `PhpStorm` voor Junie.
</Warning>

## Installatie

```shell theme={null}
composer require revolution/laravel-boost-phpstorm-copilot --dev
php artisan boost:install
```

Selecteer daarna `AI Guidelines`, `Agent Skills`, `Boost MCP Server Configuration` en `PhpStorm with GitHub Copilot`.

De MCP-configuratie staat op macOS en Linux in `~/.config/github-copilot/intellij/mcp.json` en op Windows in `%LOCALAPPDATA%\github-copilot\intellij\mcp.json`. Omdat dit een systeembreed bestand is, moet je het opnieuw genereren wanneer je van project wisselt.

```shell theme={null}
php artisan boost:install --guidelines --skills --mcp --no-interaction
```

WSL wordt ondersteund wanneer PhpStorm op Windows draait en PHP in WSL. Voor package development met Testbench gebruik je het [Copilot CLI-package](/nl/packages/laravel-boost-copilot-cli).


## Related topics

- [Laravel Boost custom agent voor GitHub Copilot CLI](/nl/packages/laravel-boost-copilot-cli.md)
- [Mijn packages](/nl/packages/index.md)
- [我的套件](/zh-TW/packages/index.md)
- [我的包](/zh-CN/packages/index.md)
- [Een custom agent voor Boost maken](/nl/advanced/boost-custom-agent.md)
