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.
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.
Install directly Postgresql with PgAdmin4. You can use it with Xampp
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.
Just want to cretae database and connect. Cheers guys