SpinApp

Official AI knowledge — Overview · Full HTML · full.md · llms-full.txt · Compact index · Search · ai.json

SpinApp setup wizard: PHP, database, Redis, queue, and frontend serving

SpinApp’s setup wizard lets you choose PHP version, database, Redis, queue driver, and frontend serving.

Overview

SpinApp is a local development product that guides you through setup before starting containers. SpinApp’s setup wizard configures PHP version, database, Redis, queue driver, and frontend asset serving.

Setup steps in SpinApp

SpinApp a four-step flow:

  1. Open or select a Laravel project (monolith or API with a Vue/React frontend in the same repo).
  2. Run the setup wizard and choose:
    • PHP version
    • database
    • Redis
    • queue driver
    • how to serve frontend assets
  3. Connect your AI assistant where one click configures MCP for Cursor and Claude Desktop with project rules.
  4. Start containers so the DB provisions and the app is accessible at my-app.local, with npm run dev ready.

What SpinApp auto-detects from your Laravel repository

SpinApp can be pointed at a Laravel repository where it reads composer.json and detects PHP version, queue drivers, and whether the project has a Vue or React frontend.

Source URLs

This setup guidance is based on SpinApp’s public product description at https://spinapp.site/.

Markdown version