gonetone/laravel-boost-windsurf-extension

Laravel Boost extension package that provides Windsurf editor and Windsurf JetBrains plugin integration.
22,029 25
Install
composer require gonetone/laravel-boost-windsurf-extension
Latest Version:v2.2.2
PHP:^8.2
License:MIT
Last Updated:Mar 29, 2026
Links: GitHub  ·  Packagist
Maintainer: GoneTone

Laravel Boost - Windsurf Extension

English | 繁體中文 | 简体中文

Introduction

A Laravel Composer package that provides Windsurf integration for Laravel Boost.

Requirements

Installation

Step 1: Install the Package

Install the package via Composer as a development dependency:

composer require gonetone/laravel-boost-windsurf-extension --dev

Step 2: Install Laravel Boost

Laravel Boost will auto-detect the Windsurf installation automatically. Run the command below to install Laravel Boost follow the installation instructions. More information can be found in the Laravel Boost documentation.

php artisan boost:install

During installation, you will be prompted to select an AI agent. The available options will include the following two:

  • cascade - For Windsurf Editor
  • cascade_jetbrains - For Windsurf JetBrains Plugin (PhpStorm, etc.)

Switching Between Projects

Since Windsurf only supports global-level MCP configuration files and does not have project-level MCP configuration files, you need to run the following command to update the MCP configuration when switching between different Laravel projects:

php artisan boost:install --mcp --no-interaction

This ensures that Windsurf MCP configuration points to the correct path for the current project.

License

Laravel Boost - Windsurf Extension is open-sourced software licensed under the MIT license.

Related Packages

akrista/laravel-extra-boost

Laravel Boost extension package that provides plugin integration to Windsurf and...

2,998 1
barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve...

141,849,364 14,962
ngmy/laravel-ide-helper-eloquent

Laravel IDE Helper Eloquent generates new IDE Helper files and updates the exist...

7,502 0
wangjingchun/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve...

17 0
sebwite/idea-meta

Easy and extendeble PhpStorm Advanced Metadata generator for Laravel. Similar to...

555