Replies: 1 comment
-
That could be a valid approach too. You create that package 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why use a crawler and not a list of routes/controllers?
It would be much more performant if we could specify routes, get the controller method and get the possible models available from a reflection class and a query, or provide a manual list of options or fallback to a crawler for routes that can't be detected
Beta Was this translation helpful? Give feedback.
All reactions