Getting started
Database Setup
Whether you're developing on your local machine or using the Stellify IDE, to work with Stellify you will need to create a database and connect to it.
Database providers
Here is a collection of guides that cover setting up and connecting to various database providers, we'll gradually add more.
Laravel Cloud
Laravel Cloud allows you to create MySQL and Serverless Postgres databases and attach them to your application’s environments directly from the Laravel Cloud dashboard.
Supabase
Every Supabase project comes with a full Postgres database, a free and open source database which is considered one of the world's most stable and advanced databases.
- Previous
- Introduction
- Next
- Local Development