I've install the latest version of GRAV CORE + ADMIN PLUGIN, I am using Mamp on a windows PC.
I am running PHP 5.6.24, when I view the phpinfo and the grav configuration page I can see OpenSSL support and cURL support are both showing as enabled. I also have GIT for windows and GIT Bash installed. I have turned of fopen as advises in the trouble shooting section.
However when I try to run any commands that use GPM I get the following error:
FATAL: DEVTOOLS requires PHP Curl module to be installed
I am unable to install a theme using the devtools command and I can't see that there is any other way to create a blank theme from scratch, all the documentation talks about using the cli which I am unable to get working.
It is worth mentioning that before installing mamp (for php 5.5) I was using xampp for other projects so I don't know if something to do with the system paths are conflicting.
Anyone have any suggestions?