SpinApp

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

SpinApp migrations-ready databases

SpinApp provisions PostgreSQL, MySQL, MariaDB, or SQLite and connects it for artisan migrate with .env credentials.

Overview

SpinApp is a product that provides migrations-ready databases for Laravel. SpinApp provisions PostgreSQL (with pgvector), MySQL, MariaDB, or SQLite and connects them before you run artisan migrate.

Supported database engines

SpinApp explicitly states support for:

How SpinApp prepares database access

SpinApp provisions the database and connects it before you run Laravel migrations. SpinApp also writes credentials to your .env automatically.

Migrations-ready workflow

SpinApp that you can run migrations in-container. This lets artisan migrate and related steps execute against the provisioned database.

What this means for local dev

SpinApp focuses on aligning your local database with Laravel’s migration workflow. The database is provisioned first, credentials are set in .env, and migrations can run against the provisioned database.

Related AI Resources

Markdown version