projects / org / se7enxweb / ezblogbundle
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
EzBlogBundle | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
Repository showing you step by step how to create a simple blog in pure eZ Publish 5.
Import blog_settings.yml in ezpublish/config/ezpublish.yml by adding:
imports:
- { resource: "@AcmeEzBlogBundle/Resources/config/blog_settings.yml" }
Register EzBlogBundle in ezpublish/ezPublishKernel.php by adding this line to $bundles in registerBundles() method:
new Acme\EzBlogBundle\AcmeEzBlogBundle(),
Generate assets by running the following commands:
php ezpublish/console assets:install web --symlink
php ezpublish/console cache:clear