Netbeans 8.0.2 + Laravel - 创建项目时出现多个错误

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:

enter image description here

The same happens when I create simple PHP file (not in Laravel project)

I have so far:

  • Installed Composer
  • Downloaded from command line
  • Updated path environment variables
  • created new blog in laravel
  • Modified permissions to files under the bootdstrap/cache and storage folders
  • Downloaded Laravel IDE helper from: https://github.com/barryvdh/laravel-ide-helper

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

enter image description here

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!