You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: