Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Kabir1993's avatar

Which laravel version should I use for Postgres version 9.2

I have a client that have a databse of postgres v9.2 and they need a webapp using the same database version. I am wondering to create in laravel. So what laravel version is best?

Thanks in advance

0 likes
3 replies
jlrdw's avatar

Laravel 9 as long as it is compatible.

Kabir1993's avatar

@jlrdw but in laravel 9 documentation it says postgres 10.2+ version supported

jlrdw's avatar

@Kabir1993 I did not look at the specs, just back up one version at a time until you find a match.

Or upgrade the client database.

Please or to participate in this conversation.