6

I would like to add auto-complete with documentation for Laravel 4 in Netbeans. I try to search and found this code(https://github.com/ethaizone/laravel-netbeans-autocompletion). Unfortunately, it doesn't work with Laravel 4.

Anyone have any idea or solution?

Sophy
  • 8,845
  • 6
  • 36
  • 30

3 Answers3

11

Try this https://github.com/barryvdh/laravel-ide-helper. It use artisan command to generate ide helper file

kr4Y
  • 351
  • 2
  • 3
2

Just download this file _ide_helper.php and put it in the root directory of your project

Tho
  • 23,158
  • 6
  • 60
  • 47
0

I created a folder inside programfiles/netbeans/php then I saved the file which u can grab from following url. I updated the PHP global include path to above folder from Netbeans. Next time when you create a Laravel you don't need to set the include file path. Netbeans will support Laravel code completion.

download the file from this page

newday
  • 3,842
  • 10
  • 54
  • 79