Same here. But same server. Nothing changed in config. Think it appeared yesterday for the first time. Began by not showing {{ Form:: properly. Now alle views are blank. Thought it was a HHVM issue, but switched back to php-fpm and the same bug.
For anyone else's reference who might come across this thread, there's a known issue with HHVM and Laravel 4.2. There's already a pull request on Github with a proposed fix although it's currently failing build tests, so if you're running HHVM, hold off upgrading just yet.
To be clear; the issue is with HHVM, not Blade itself.
Relevant links:
Blade not outputting yield() correctly, and missing all blade things: {{ }} #4577:
https://github.com/laravel/framework/issues/4577
4.2 - BladeCompiler fails using HHVM #4519:
https://github.com/laravel/framework/issues/4519
Merge adjacent T_INLINE_HTML tokens in token_get_all
#2847:
https://github.com/facebook/hhvm/pull/2847
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community