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

Changes the collection type from RouteCollection to AbstractRouteCollection, which is a common ancestor of both RouteCollection and CompiledRouteCollection. Calls getRoutes to retrieve an iterable route collection instead of just passing...

I am trying to install the package via composer. but received an error - `don't install illuminate/filesystem v5.7.9|don't install laravel/framework v6.13.1 ` - `Installation request for laravel/framework (locked at v6.13.1,...

@aaronlord Can you just let us know if you wish to abandon this project so that someone can fork it and continue development? I realize that technically anyone can fork...

Please add laravel 5.8 as supported version if possible. Can't upgrade it because of the laroute please check https://pastebin.com/raw/vBn3Fs4A thanks in advance.

You can define `window.larouteParameters` object to use it as a default laroute parameters. For example: locale.

fixed when `\Artisan::call('laroute:generate')` template is wrong.

https://medium.com/@taylorotwell/package-auto-discovery-in-laravel-5-5-ea9e3ab20518

I recently had a problem generating the js file, I had updated api.php but by running the `php artisan laroute:generate` command I did not modify js. After a while I...

Currently, `rootUrl` is compiled from `APP_URL` when `laroute:generate` is executed. As far as I can tell, `rootUrl` is _only ever used_ when `laroute.absolute` is `false` (default). Otherwise, it is not...