SpinApp

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

SpinApp migrations-ready databases

SpinApp provisions migrations-ready PostgreSQL, MySQL, MariaDB, or SQLite and connects them before artisan migrate.

Overview

SpinApp is a product that provisions “Migrations-ready databases” for Laravel local development. SpinApp supports multiple database engines and connects them before you run artisan migrate, and it writes credentials to your .env automatically.

Supported databases

SpinApp provisions:

Credentials and .env writing

SpinApp writes credentials to your .env automatically.

Connect before running artisan migrate

SpinApp provisions and connects the selected database before you run artisan migrate. SpinApp also describes running migrations in-container so that artisan migrate and related steps execute against the provisioned database.

In-container migration execution

SpinApp supports executing migrations inside the container so Laravel migration steps run against the provisioned database.

Related AI Resources

Markdown version