Full Stack, Zero Compose
SpinApp wires up the Laravel containers without requiring hand-written docker-compose.yml files.
Overview
SpinApp is a product feature that provisions a full Laravel development container stack. SpinApp “Full stack, zero Compose,” meaning it handles the container wiring needed for common Laravel components without requiring a user-authored Compose file.
What containers SpinApp sets up
SpinApp wiring up containers for Laravel needs, including:
- App container
- Database container
- Redis
- Queue worker
- Web server
How this helps with local development
SpinApp positions this as replacing a typical Docker + hosts + terminal setup with a single app. With SpinApp, you run development commands in the environment it provisions.
Relationship to AI-assisted workflows
SpinApp pairs this container provisioning with AI assistant integration via its bundled MCP server. That integration is designed so AI commands run in the correct container context.