An open API service indexing awesome lists of open source software.

https://github.com/becklyn/javascript-routing-bundle

A bundle that extracts routing information for usage in JavaScript.
https://github.com/becklyn/javascript-routing-bundle

Last synced: 3 months ago
JSON representation

A bundle that extracts routing information for usage in JavaScript.

Awesome Lists containing this project

README

        

Becklyn JavaScript Routing Bundle
=================================

A bundle that extracts routing information for usage in JavaScript.

Installation
------------

First install this package:

```bash
composer require becklyn/javascript-routing
```

Then import the routing:

```yaml
_import.becklyn_javascript_routing:
resource: '@BecklynJavaScriptRoutingBundle/Resources/config/routes.yaml'
prefix: /_v/routing
```