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
- Create a component
index.blade.php inside a folder i.e. articles/single/index.blade.php.
- Use that component somewhere else
<x-articles.single />
- Go
articles/single/index.blade.php and press the laravel idea gutter icon
Relevant log output
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.
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
index.blade.phpinside a folder i.e.articles/single/index.blade.php.<x-articles.single />articles/single/index.blade.phpand press the laravel idea gutter iconRelevant log output