laroute icon indicating copy to clipboard operation
laroute copied to clipboard

Suggestion: Allow inclusion of specific lookup methods

Open GregPeden opened this issue 8 years ago • 2 comments

Most developers will probably look up all URLs either by route or by controller action. For that reason, including both lookup methods in the compiled package is a big waste of space and runtime resources. An option for "route names only", "actions only", or both, would be great. Only the appropriate access methods should be included as well.

I would help with this, but... I see issues and pull requests going back years even though the package is also under active development, I would want to make sure there is intent to clear up the PRs and it will actually be considered before I spend time on this.

GregPeden avatar Feb 22 '17 04:02 GregPeden

My intent is to clean up the whole codebase and close off all issues and pull requests.

I'm just struggling to find the time at the moment.

aaronlord avatar Feb 23 '17 15:02 aaronlord

This PR addresses my suggestion.

https://github.com/aaronlord/laroute/pull/59

GregPeden avatar Apr 07 '17 22:04 GregPeden