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

https://github.com/koala-framework/kwc-menu-api

Menu api for native-apps
https://github.com/koala-framework/kwc-menu-api

Last synced: about 1 year ago
JSON representation

Menu api for native-apps

Awesome Lists containing this project

README

          

# KwcMenuApi
Repository for implementing controller to provide menu- and component-data over api-controller

## Installation
### Basic code changes
* Add AppBundle to `AppKernel.php`

public function registerBundles()
{
$bundles = array(
...
new Kwc\MenuApiBundle\KwcMenuApiBundle()
);
...
}

* Add routing config to `routing.yml`

kwcmenuapi:
resource: "@KwcMenuApiBundle/Resources/config/routing.yml"
prefix: /