mandarinmedien/mmcmfnodebundle

base node entity for mmcmf

0.4.17 2019-10-28 09:58 UTC

README

Append to app/AppKernel.php

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