codingyu / laravel-goto-view

vscode extension
MIT License
45 stars 28 forks source link

vendor views arent clickable #20

Closed ctf0 closed 5 years ago

codingyu commented 5 years ago

My fault, it will be fixed at night.

codingyu commented 5 years ago

@ctf0 What is the specific way of writing?

==========
resources
--view
----vendor
------aaa
---------a.blade.php
------bbb.blade.php
===========

view('aaa::a')  or view('bbb') ???
ctf0 commented 5 years ago

view('aaa::a'), the other one is accessible like any other normal view view('vendor.bbb')