Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
OpenMagazineBundle | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
eZPublish 5 OpenMagazine bundle
Add the following to your composer.json and run php composer.phar update to refresh dependencies:
"require": {
"opencontent/openmagazinebundle": "dev-master"
}
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