Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support links from Vue to controller method #32

Open
peterfoers opened this issue Nov 21, 2024 · 1 comment
Open

Support links from Vue to controller method #32

peterfoers opened this issue Nov 21, 2024 · 1 comment

Comments

@peterfoers
Copy link

When working with Vue, one often wants to take a look at the controller method called from a request in Vue.

Currently, the route('name') function is not linked, which means, one must search for the 'name' in the route file and then click the name of the controller function.

Would it make sense to link these and allow users to click the 'name' in Vue and get to the controller function quickly?

@nhedger
Copy link
Owner

nhedger commented Feb 9, 2025

Hey, are we talking about the route helper from Ziggy here?

I think it would be nice, but to make it reliable, we'd probably need to run some PHP, as relying only on static analysis might not be enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants