I haven't been able to configure Netbeans 8 and Laravel correctly. Whenever I try to create a new php file all my syntax is highlighted as in the following image:
The same happens when I create simple PHP file (not in Laravel project)
I have so far:
Yet I still get errors such like 'unable to parse file' and the following error in phpunit/php-token-stream/tests/fixture/class_with_method_that_declares_anonymous_class2.php
My PHP version is 5.5.12, Apache 2.4.9 and I'm using Wamp. I would very much appreciate any input on this so as to try to resolve it without having to switch IDEs. Thank you!