mandarinmedien/mmcmfnodebundle

base node entity for mmcmf

Installs: 201

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/mandarinmedien/mmcmfnodebundle

0.4.17 2019-10-28 09:58 UTC

README

Append to app/AppKernel.php

...
    public function registerBundles()
    {
        $bundles = array(
            ...
            new MandarinMedien\MMCmfNodeBundle\MMCmfNodeBundle(),
            ...
            );
    ....
    }
...