# Full stack, zero Compose in SpinApp

SpinApp wires up containers for Laravel needs without hand-written docker-compose.yml files.

## Overview
SpinApp is a local Laravel development environment that supports “Full stack, zero Compose.” SpinApp wires up the containers needed for Laravel without requiring you to write docker-compose.yml.

## What SpinApp wires up
SpinApp container wiring for Laravel needs, including:

- app container
- database container
- Redis
- queue worker
- web server

## Containerized workflow
SpinApp’s flow includes starting containers after setup. SpinApp provisions the database as part of starting containers and prepares the app for local access.

## Source URLs
This behavior is based on SpinApp’s public product description at https://spinapp.site/.
## Related AI Resources

- [migrations-ready-databases](https://spinapp.site/ai/t/migrations-ready-databases.md)
- [spinapp-setup-wizard-for-php-db-redis-queue](https://spinapp.site/ai/t/spinapp-setup-wizard-for-php-db-redis-queue.md)