platformsh / platformify

Get your project ready to be deployed in Platform.sh
MIT License
3 stars 9 forks source link

Laravel 11 now requires DB_URL env variable #233

Open thomasdiluccio opened 2 months ago

thomasdiluccio commented 2 months ago

Laravel 11 requires a DB_URL env var when ify produces a DATABASE_URL

Either rename the env var created or add an extra definition at the end: export DB_URL="$DATABASE_URL"