2017 © Pedro Peláez
 

library kwc-menu-api

image

koala-framework/kwc-menu-api

  • Thursday, April 5, 2018
  • by nsams
  • Repository
  • 4 Watchers
  • 1 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 67 % Grown

The README.md

KwcMenuApi

Repository for implementing controller to provide menu- and component-data over api-controller, (*1)

Installation

Basic code changes

  • Add AppBundle to AppKernel.php, (*2)

    public function registerBundles()
    {
        $bundles = array(
            ...
            new Kwc\MenuApiBundle\KwcMenuApiBundle()
        );
        ...
    }
  • Add routing config to routing.yml, (*3)

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

The Versions

05/04 2018

1.0.x-dev

1.0.9999999.9999999-dev

  Sources   Download

The Requires

 

05/04 2018

dev-fixWrongMethodcall

dev-fixWrongMethodcall

  Sources   Download

The Requires