opencontent / openmagazinebundle
OpenMagazine bundle for eZ Publish
Installs: 65
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/opencontent/openmagazinebundle
Requires
- php: >=5.3.3
- ezsystems/ezpublish-kernel: *
This package is auto-updated.
Last update: 2025-09-29 01:29:33 UTC
README
eZPublish 5 OpenMagazine bundle
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:
"require": { "opencontent/openmagazinebundle": "dev-master" }
Activate the bundle
Activate the bundle in ezpublish\EzPublishKernel.php
file.
use OpenContent\OpenMagazineBundle\OpenContentOpenMagazineBundle; ... public function registerBundles() { $bundles = array( new FrameworkBundle(), ... new OpenContentOpenMagazineBundle(), ); ... }
Clear eZ Publish 5 caches.
php ezpublish/console cache:clear