tighten / ziggy

Use your Laravel routes in JavaScript.
MIT License
3.87k stars 247 forks source link

Optimize has() #771

Closed thomas-brx closed 1 month ago

thomas-brx commented 1 month ago

O(n) -> O(1) for route lookups.

Same patch as #770 for the 1.x branch.

bakerkretzmar commented 1 month ago

Thanks, but we're not updating 1.x anymore.