-1

I have PHP 7 installed in my local computer (XAMPP). I want to install phppgadmin. But it only supports php5.6 it seems. Can someone help me with this, to install phppgadmin with PHP7 on windows 10.

Thanks in advance.

gubera
  • 92
  • 3
  • 9

2 Answers2

0

Install directly Postgresql with PgAdmin4. You can use it with Xampp

MrRobinson
  • 39
  • 7
0

after one day struggle by installing two XAMPP with different versions of PHP (7 and 5.6) I could run phppgadmin for PHP5.6 only. But since my Laravel project have dependency of PHP7 on connecting to db I got driver not found. I have decided not to use phppgadmin :( :( . Now I have reached this stage.

enter image description here

Just want to cretae database and connect. Cheers guys

gubera
  • 92
  • 3
  • 9