2017 © Pedro Peláez
 

symfony-bundle mmcmfadminbundle

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

image

mandarinmedien/mmcmfadminbundle

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  • Wednesday, March 21, 2018
  • by MM-Psiiirus
  • Repository
  • 4 Watchers
  • 0 Stars
  • 83 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 39 Versions
  • 0 % Grown

The README.md

MMCmfAdminBundle

Append to app/AppKernel.php

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

Append to app/config/config.yml

...
imports:
    - ...
    - { resource: '@MMCmfAdminBundle/Resources/config/config.yml' }
    - { resource: '@MMCmfContentBundle/Resources/config/config.yml' }
    - ...   
...

Append to App/config/routing.yml

...

mm_cmf_admin:
    resource: "@MMCmfAdminBundle/Resources/config/routing.yml"

mm_cmf_content:
    resource: "@MMCmfContentBundle/Resources/config/routing.yml"
    prefix:   /mmcmfcontent

... other routings ...

# put this at the very last     
mm_cmf_routing:
    resource: "@MMCmfRoutingBundle/Resources/config/routing.yml"

...

install and initiate assets

...
# initates the MMCmfContentBundle
shell:PROJECT_ROOT: cd vendor/mandarinmedien/mmcmfcontentbundle/MandarinMedien/MMCmfContentBundle && bower update && cd ../../../../../ && app/console as:in --symlink && app/console assetic:dump
# initates the MMCmfAdminBundle
shell:PROJECT_ROOT: cd vendor/mandarinmedien/mmcmfadminbundle/MandarinMedien/MMCmfAdminBundle && bower update && cd ../../../../../ && app/console as:in --symlink && app/console assetic:dump
shell:PROJECT_ROOT: app/console as:wa

...

The Versions

01/03 2017

0.0.3.3

0.0.3.3

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

23/02 2017

0.0.3.2

0.0.3.2

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

21/02 2017

0.0.3.1

0.0.3.1

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

20/02 2017

0.0.3

0.0.3.0

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

04/04 2016

0.0.2

0.0.2.0

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

24/03 2016

0.0.1.17

0.0.1.17

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

23/03 2016

0.0.1.16

0.0.1.16

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

21/03 2016

0.0.1.15

0.0.1.15

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

21/03 2016

0.0.1.14

0.0.1.14

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

18/03 2016

0.0.1.13

0.0.1.13

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

18/03 2016

0.0.1.12

0.0.1.12

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

18/03 2016

0.0.1.11

0.0.1.11

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

17/03 2016

0.0.1.10

0.0.1.10

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

14/03 2016

0.0.1.9

0.0.1.9

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

14/03 2016

0.0.1.8

0.0.1.8

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

01/03 2016

0.0.1.7

0.0.1.7

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

01/03 2016

0.0.1.6

0.0.1.6

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

26/02 2016

0.0.1.5

0.0.1.5

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

26/02 2016

dev-master

9999999-dev

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

26/02 2016

0.0.1.4

0.0.1.4

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

26/02 2016

0.0.1.3

0.0.1.3

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

26/02 2016

0.0.1.2

0.0.1.2

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski

26/02 2016

0.0.1.1

0.0.1.1

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

  Sources   Download

MIT

The Requires

 

by Christof Hufnagel
by Toni Gurski