Skip to content

[Bug]: Gutter icon doesn't show usages of /index.blade.php convention #1344

@imaliouris

Description

@imaliouris

Bug description

I can't find usages of blade component /index.blade.php.
Navigation seem to work fine when the component is used in another template.
i.e.

<!-- Navigates to articles/single/index.blade.php -->
<x-articles.single />

but when I press the gutter icon from the blade component it doesn't do anything.

Plugin version

13.0.3.261

Operating system

Linux

Steps to reproduce

  1. Create a component index.blade.php inside a folder i.e. articles/single/index.blade.php.
  2. Use that component somewhere else <x-articles.single />
  3. Go articles/single/index.blade.php and press the laravel idea gutter icon

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions