Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrotroller/rad-url-generation
Simply auto-complete needed route parameters with existing ones.
https://github.com/pedrotroller/rad-url-generation
Last synced: 29 days ago
JSON representation
Simply auto-complete needed route parameters with existing ones.
- Host: GitHub
- URL: https://github.com/pedrotroller/rad-url-generation
- Owner: PedroTroller
- License: mit
- Created: 2015-03-11T09:50:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T10:25:14.000Z (almost 10 years ago)
- Last Synced: 2024-10-14T12:09:36.732Z (2 months ago)
- Language: PHP
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rapid Application Development : Url Generation
==============================================
Simply auto-complete needed route parameters with existing ones.#Installation
```bash
composer require knplabs/rad-url-generation ~1.0
``````php
class AppKernel
{
function registerBundles()
{
$bundles = array(
//...
new Knp\Rad\UrlGeneration\Bundle\UrlGenerationBundle(),
//...
);//...
return $bundles;
}
}
```#Usages
You just have to continue to use former url generation, nothing changes concerning the implementation. The only changes is that you don't have to repeat current route parameters anymore