After a day searching for solutions i hope to find an answer here.
I'm running Laravel 4.2 on Homestead 2.0 (Vagrant) and i'm trying to get a simple parse error to output to my browser, but instead i keep getting a white screen.
I can find the error by running 'hhvm index.php' on the Vagrant machine, but that's not what i'm looking for, i would like to output it in my browser.
Are there any options to make this happen?
Tried using hhvm: false in my Homestead.yaml but this seems to be ignored? How is it even possible to run Homestead without hhvm? Would solve my problem to -_-.
Found hhvm-fastcgi + nginx how to make it display fatal errors in the browser one but without any answers and from facebook
These are options you put in /etc/hhvm/config.hdf. We are in the process of killing the .hdf file in favor of a standard php.ini
Tried Setting an set_error_handler but doesn't seem to be working either
Any other options?