Full native netbeans Laravel support #7231
Replies: 3 comments 7 replies
-
This will need people who are willing to do the work and integrate that into the existing PHP support. The license of the referenced new plugin will prevent it from ever being merged to Apache NetBeans as the Apache Foundation has a strict ALv2 policy and GPL v3 is only one-way compatible. |
Beta Was this translation helpful? Give feedback.
-
@parallels999 is the discussion over?! My point is just, that it does not help to enumerate feature, it needs people to do the work. |
Beta Was this translation helpful? Give feedback.
-
As a update for this discussion. |
Beta Was this translation helpful? Give feedback.
-
It would be great if it had full laravel support
For blade there is a plugin (only blade files): https://github.com/haidubogdan/netbeans-php-blade-plugin
It has great support but it's still buggy.
CTRL + Click
autocomplete paths
config paths, there is files with array, so they are array assoc paths laravel/laravel/config
route paths, laravel has route files, laravel/laravel/routes
Translations and translation parameters, Laravel/laravel/lang/en
Laravel also has a list of commands to create models, controllers and others, for example
code templates for laravel could be added
I see tools for other PHP frameworks, Laravel is many years old but no tools have been added
https://github.com/nbphpcouncil/nb-laravel-plugin
Beta Was this translation helpful? Give feedback.
All reactions