You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "Guilherme-fagundes (via GitHub)" <gi...@apache.org> on 2023/05/19 14:30:40 UTC

[GitHub] [netbeans] Guilherme-fagundes opened a new issue, #5965: Laravel detect

Guilherme-fagundes opened a new issue, #5965:
URL: https://github.com/apache/netbeans/issues/5965

   ### 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: [I] Laravel detect [netbeans]

Posted by "Chris2011 (via GitHub)" <gi...@apache.org>.
Chris2011 commented on issue #5965:
URL: https://github.com/apache/netbeans/issues/5965#issuecomment-2031720824

   @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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: [I] Laravel detect [netbeans]

Posted by "parallels999 (via GitHub)" <gi...@apache.org>.
parallels999 commented on issue #5965:
URL: https://github.com/apache/netbeans/issues/5965#issuecomment-2030610321

   The plugin only handles `blade` files, for example, on laravel there is view paths point separated `view('root.folder.blade_file'`)
   There is no `Ctrl + Click`, no folder autocomplete, for that path, because it is only an string for netbeans
   The blade plugin does a great job with these types of paths, but only on blade directives on a blade file
   ![image](https://github.com/apache/netbeans/assets/109294935/c5372b24-707f-4d02-9bf7-6e079d48291a)
   >please form a document what helps all of us to dive into it
   
   That would be the main problem, I don't think anyone has enough knowledge to do it. If I had more knowledge I would be happy to do it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: [I] Laravel detect [netbeans]

Posted by "Chris2011 (via GitHub)" <gi...@apache.org>.
Chris2011 commented on issue #5965:
URL: https://github.com/apache/netbeans/issues/5965#issuecomment-2030591549

   @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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: [I] Laravel detect [netbeans]

Posted by "parallels999 (via GitHub)" <gi...@apache.org>.
parallels999 commented on issue #5965:
URL: https://github.com/apache/netbeans/issues/5965#issuecomment-2030647953

   `CTRL + Click` 
   ![use](https://github.com/apache/netbeans/assets/109294935/a4bbb4e4-05a0-47ca-a95f-d910b74ba930)
   autocomplete paths
   ![screenshot-view](https://github.com/apache/netbeans/assets/109294935/0f8b74c3-b85f-4fdb-866f-0a56e38accc6)
   config paths, there is files with array, so they are array assoc paths [laravel/laravel/config](https://github.com/laravel/laravel/tree/11.x/config)
   ![screenshot-config](https://github.com/apache/netbeans/assets/109294935/e80457b8-e0f7-4ef7-91d0-9612e0fd61ae)
   route paths, laravel has route files, [laravel/laravel/routes](https://github.com/laravel/laravel/tree/11.x/routes)
   ![screenshot-route](https://github.com/apache/netbeans/assets/109294935/b7456e82-dda3-42e2-a3cd-41265fe525f8)
   Translations and translation parameters, [Laravel/laravel/lang/en](https://github.com/laravel/laravel/tree/9.x/lang/en)
   ![screenshot-trans](https://github.com/apache/netbeans/assets/109294935/a35b8101-88ce-4f52-bd78-3e3662654c9b)
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] Chris2011 commented on issue #5965: Laravel detect

Posted by "Chris2011 (via GitHub)" <gi...@apache.org>.
Chris2011 commented on issue #5965:
URL: https://github.com/apache/netbeans/issues/5965#issuecomment-1556208165

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: [I] Laravel detect [netbeans]

Posted by "parallels999 (via GitHub)" <gi...@apache.org>.
parallels999 commented on issue #5965:
URL: https://github.com/apache/netbeans/issues/5965#issuecomment-2030582425

   It would be great if it had full laravel support
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists