2017 © Pedro Peláez
 

library openmagazinebundle

OpenMagazine bundle for eZ Publish

image

opencontent/openmagazinebundle

OpenMagazine bundle for eZ Publish

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

OpenMagazineBundle

eZPublish 5 OpenMagazine bundle, (*1)

Requirements

  • eZ Publish 5.0+
  • eZ Publish Legacy Stack with legacy eZ OpenMagazine 1.1+ installed and configured

Installation steps

Use Composer

Add the following to your composer.json and run php composer.phar update to refresh dependencies:, (*2)

"require": {
    "opencontent/openmagazinebundle": "dev-master"
}

Activate the bundle

Activate the bundle in ezpublish\EzPublishKernel.php file., (*3)

use OpenContent\OpenMagazineBundle\OpenContentOpenMagazineBundle;

...

public function registerBundles()
{
   $bundles = array(
       new FrameworkBundle(),
       ...
       new OpenContentOpenMagazineBundle(),
   );

   ...
}

Clear eZ Publish 5 caches., (*4)

php ezpublish/console cache:clear

The Versions

29/06 2013

dev-master

9999999-dev

OpenMagazine bundle for eZ Publish

  Sources   Download

GPL-2.0

The Requires