> ## Documentation Index
> Fetch the complete documentation index at: https://docs.larafast.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Database

> Database in Larafast

By default, Larafast uses an SQLite database. Feel free to change it to MySQL or PostgreSQL in .env configs

```dotenv .env theme={null}
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravelstarterkit
DB_USERNAME=root
DB_PASSWORD=
```
