Generate Laravel Route URLs from JavaScript
"Laravel has some pretty sweet helper functions for generating URLs/links and its auto-JSON-magic makes it building APIs super easy. It's my go-to choice for building single-page js apps, but routing can quickly become a bit of a pain.
Wouldn't it be amazing if we could access our Laravel routes from JavaScript?
This package allows us to port our routes over to JavaScript, and gives us a bunch of very familiar helper functions to use."
Aaron Lord