Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Task file of Laravel that run via artisan to generate helper file for autocompletion in Netbeans

Notifications You must be signed in to change notification settings

ethaizone/laravel-netbeans-autocompletion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

This project isn't contine.

I don't have time to maintenance it. Please use this project. https://github.com/barryvdh/laravel-ide-helper

laravel-netbeans-autocompletion

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!

How to use?

  1. Put ccg.php to /application/tasks/ in your laravel projects.
  2. 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.

Another things that you must do

  1. In Netbeans click Tools -> Options.
  2. Click Editor -> Code Completion tab.
  3. Click dropdown change All languages to PHP.
  4. Checkbox Also Non-Static Methods after "::".
  5. Click OK and reopen Netbeans.

Credit and Thanks!

About

Task file of Laravel that run via artisan to generate helper file for autocompletion in Netbeans

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages