Skip to content

PHP Blade and Laravel support for netbeans #7531

@haidubogdan

Description

@haidubogdan

Description

Blade and Laravel support for netbeans

Laravel framework with blade templating are very popular, so it makes sense to include them in the Netbeans IDE - PHP.
I worked on a personal blade plugin for netbeans on https://github.com/haidubogdan/netbeans-php-blade-plugin.
By adding this plugin in the netbeans repository the following features will be added :

  • syntax coloring
  • declaration finder for yield, includes
  • completion helper for directives
  • template usage

There is also a work in progress plugin for laravel framework https://github.com/haidubogdan/netbeans-php-laravel-framework
It will include utility tools like :

  • php CLI using docker or remote VM connection
  • declaration finder for config and views inside the code repository
  • completion for views and config paths

Use case/motivation

The main goal is to help the development process of PHP projects done in laravel.
I will assume the main development process.

Related issues

No response

Are you willing to submit a pull request?

Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    PHP[ci] enable extra PHP tests (php/php.editor)kind:featureA feature request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions