-
Notifications
You must be signed in to change notification settings - Fork 874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel detect #5965
Comments
For blade there is a plugin for this: https://github.com/haidubogdan/netbeans-php-blade-plugin we should treat this like other PHP frameworks to add blade support just if we enable this framework. But this should be part of a laravel plugin. |
It would be great if it had full laravel support |
@parallels999 someone needs to define what full laravel support means. If you want to help to make Apache NetBeans better, please form a document what helps all of us to dive into it. As I mentioned above there is already a plugin for this, with good support (I guess) please test it and make tickets at the other repo if it is related to the plugin. |
Laravel also has a list of commands to create models, controllers and others, for example php artisan make:model Flight code templates for laravel could be added |
@parallels999 this would be better to make a discussion ticket. Or, we also have a wiki, just create an account and add a detailed paper there: https://cwiki.apache.org/confluence/display/NETBEANS/Feature+Request+Outlines |
Closing this in favor of this discussion: #7231 |
Description
When using larabel, the blade template is not supported, and the facades options do not appear in the controllers. I believe this could be implemented or improved
Use case/motivation
I want netbeans to be on the same level as phpstorm
Related issues
No response
Are you willing to submit a pull request?
No
The text was updated successfully, but these errors were encountered: