I'm having a lot of trouble setting up my OS X Server to run Laravel. I noticed a few things..
I needed to update my php, so I used the method described here and updated to 7.0 http://php-osx.liip.ch
OpenSSL was not installed, so I used the following guide to install it, https://apple.stackexchange.com/questions/126830/how-to-upgrade-openssl-in-os-x
Now I'm unable to load a simple php file that spits out the PHP version. I'm not sure what went wrong.
When I try to load the php file that echo's out the version I get a blank white screen. I'm using a valid SSL certificate as well.
Any thing else I need to do? Anyone know why I can't load anything now?
Thanks!