Hey guys, I am having some trouble installing phalcon on my Macbook Pro with MAMP. I used this guide to do my installation (https://www.extreme-creations.co.uk/blog/how-to-install-phalcon-php-framework-with-mamp-on-osx/), I also tried this guide (https://github.com/majksner/php-phalcon-mamp) but no luck either. I did my testing using this <?php print_r(get_loaded_extensions()); ?> but i couldn't find "=> phalcon" in the array.
I tried to load up phpinfo() and i couldn't find phalcon extension. and this is the path Configuration File (php.ini) Path /Applications/MAMP/bin/php/php7.0.8/conf Loaded Configuration File /Library/Application Support/appsolute/MAMP PRO/conf/php.ini Scan this dir for additional .ini files (none) Additional .ini files parsed (none)
however, the Loaded Config file path, I went there but the conf folder doesn't even exist. any help would highly appreciate.