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.
- Host: GitHub
- URL: https://github.com/becklyn/javascript-routing-bundle
- Owner: Becklyn
- License: bsd-3-clause
- Created: 2019-07-29T13:10:15.000Z (almost 6 years ago)
- Default Branch: 1.x
- Last Pushed: 2022-02-17T15:21:20.000Z (over 3 years ago)
- Last Synced: 2025-02-15T10:02:35.068Z (3 months ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```