Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enabale auto-complete for Laravel 4 in Netbeans

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?

like image 255
Sophy Avatar asked Jun 06 '13 11:06

Sophy


1 Answers

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

like image 112
kr4Y Avatar answered Sep 30 '22 09:09

kr4Y