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
- Host: GitHub
- URL: https://github.com/koala-framework/kwc-menu-api
- Owner: koala-framework
- License: bsd-2-clause
- Created: 2018-02-27T11:42:51.000Z (over 8 years ago)
- Default Branch: 1.0
- Last Pushed: 2022-08-11T11:50:06.000Z (almost 4 years ago)
- Last Synced: 2025-04-26T22:06:02.980Z (about 1 year ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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: /