laravel-goto-view
laravel-goto-view copied to clipboard
Livewire Helper Support
I can go to when using <livewire:my-component>
but not @livewire('my-component')
.
Coming from PHPstorm, when clicked, two options will pop-up, either to the the Component class or the view of that component which is so helpful.