A Laravel Composer package that provides Windsurf integration for Laravel Boost.
- PHP 8.2 or higher
- Laravel 11.45.3 / 12.41.1 / 13.0 or higher
- Laravel Boost 2.1.6 or higher
- Windsurf Editor or Windsurf JetBrains Plugin
Install the package via Composer as a development dependency:
composer require gonetone/laravel-boost-windsurf-extension --devLaravel 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:installDuring installation, you will be prompted to select an AI agent. The available options will include the following two:
cascade- For Windsurf Editorcascade_jetbrains- For Windsurf JetBrains Plugin (PhpStorm, etc.)
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-interactionThis ensures that Windsurf MCP configuration points to the correct path for the current project.
Laravel Boost - Windsurf Extension is open-sourced software licensed under the MIT license.