Open thomasdiluccio opened 2 months ago
Laravel 11 requires a DB_URL env var when ify produces a DATABASE_URL
DB_URL
DATABASE_URL
Either rename the env var created or add an extra definition at the end: export DB_URL="$DATABASE_URL"
export DB_URL="$DATABASE_URL"
Laravel 11 requires a
DB_URL
env var when ify produces aDATABASE_URL
Either rename the env var created or add an extra definition at the end:
export DB_URL="$DATABASE_URL"