laroute icon indicating copy to clipboard operation
laroute copied to clipboard

Generate Laravel route URLs from JavaScript.

Results 38 laroute issues
Sort by recently updated
recently updated
newest added

This is not an issue per se, but since Laravel includes Vue by default, it would be nice to have a `laroute` Vue plugin available in this package. I have...

This adds an option to 'exclude' properties from the generated route package, by type. Adds a new config option 'except', which accepts an array of properties to be excluded from...

Hi @aaronlord, Very nice add-on for everything. But I can not draw connections according to dynamic language. How can I do that? If it is not, are you going to...

It would be nice to be to defined route groups, each group would get exported to a different file. I'd personally find it handy since it wouldn't expose urls i...

Able to get success message but config file is not published.

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...

Option determins if it is http or https. (adds scheme to absolute URL with other host). I had a problem when displaying an URL to the end user, i had...

Parameters for url are already checked on the ported method and should be [] if not given

enhancement

```javascript const params = { id: 1 } Laroute.route(route, params) console.log(params) // > {} ``` Hi, I've experienced a bug when by using route method and passing object with params...

bug