Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

dpobel/ForumPhp2013DemoBundle

Repository files navigation

Demo bundle for the eZ Publish : un CMS pour créer un site orienté contenu en 45 minutes talk given at the Forum PHP 2013.

More info in:

Install

In a recent install of eZ Publish:

  • Clone this repository in <ezpublish5>/src/EzSystems/ (create the folder if it does not exist)
  • Import the package available in the _install directory
  • Add the following line in ezpublish/EzPublishKernel.php at the end of $bundles array:
    EzSystems\ForumPhp2013DemoBundle\EzSystemsForumPhp2013DemoBundle(),
    
  • Clear the caches with: php ezpublish/console cache:clear