I don't have time to maintenance it. Please use this project. https://github.com/barryvdh/laravel-ide-helper
Task file of Laravel that run via artisan to generate helper file for autocompletion in Netbeans. Example code that I generated.
If you see problem, please open issue. Thanks!
- Put ccg.php to /application/tasks/ in your laravel projects.
- open your dos or shell and type this command at your root of laravel project php artisan ccg:save ide_helper.php You will get ide_helper.php for Netbeans use in autocompletion.
- In Netbeans click Tools -> Options.
- Click Editor -> Code Completion tab.
- Click dropdown change All languages to PHP.
- Checkbox Also Non-Static Methods after "::".
- Click OK and reopen Netbeans.
- Inspired and base code : http://forums.laravel.io/viewtopic.php?id=742&p=2
- Guide code (for me) : https://github.com/danielboendergaard/laravel-helpers/blob/master/ide_helper.php