gonetone / laravel-boost-windsurf-extension
Laravel Boost extension package that provides Windsurf editor and Windsurf JetBrains plugin integration.
Fund package maintenance!
donate.reh.tw
paypal.me/GoneTone
Installs: 128
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/gonetone/laravel-boost-windsurf-extension
Requires
- php: ^8.1
- illuminate/support: ^10.49.0|^11.45.3|^12.28.1
- laravel/boost: ^1.4
Requires (Dev)
- laravel/pint: 1.20
This package is auto-updated.
Last update: 2025-10-20 13:03:47 UTC
README
Introduction
A Laravel Composer package that provides Windsurf integration for Laravel Boost.
Requirements
- PHP 8.1 or higher
- Laravel 10.0 or higher
- Laravel Boost 1.4 or higher
- Windsurf Editor or Windsurf JetBrains Plugin
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 environment. The available options will include the following two:
windsurf- For Windsurf Editorwindsurf_jetbrains_plugin- 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:update
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.