Skip to content

v3.2.0

Choose a tag to compare

@jaydrogers jaydrogers released this 10 Apr 19:03
· 6 commits to main since this release
38bc753

Spin now works with Laravel Boost 🚀

laravel-boost

Your AI coding agent now understands Spin out of the box. Install serversideup/spin, add three lines to .env, run boost:install, and your agent knows how to run commands, configure services, and deploy — no explaining required.

Getting started:

# Add to .env
BOOST_PHP_EXECUTABLE_PATH="./vendor/bin/spin-mcp-wait.sh ./vendor/bin/spin run -T php php"
BOOST_COMPOSER_EXECUTABLE_PATH="./vendor/bin/spin run php composer"
BOOST_NPM_EXECUTABLE_PATH="./vendor/bin/spin run node npm"

# Install Boost
spin run php php artisan boost:install

Includes a comprehensive skill covering all 26 commands, 13 Laravel service configurations, serversideup/php image setup, deployment workflows, and safety guardrails that prevent destructive commands without your confirmation.

How to use

See the Spin Pro docs on how to install and configure:

What's Changed

  • docs: Upgrade site to Nuxt 4 and Nuxt UI by @jaydrogers in #178
  • Bump @serversideup/project-switcher-bar from 0.0.4 to 0.0.5 in /docs by @dependabot[bot] in #180
  • Bump @serversideup/project-switcher-bar from 0.0.5 to 0.0.6 in /docs by @dependabot[bot] in #183
  • Add Laravel Boost support by @jaydrogers in #184

New Contributors

Full Changelog: v3.1.1...v3.2.0