se7enxweb/ezplatform-standard-design

eZ Platform Standard Design Bundle

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 3

Type:ezplatform-bundle


README

This Bundle defines standard Design and Theme to be handled by ezplatform-design-engine.

Standard Design is the default Design used by the templates shipped with eZ Platform.

Installation

  1. In your eZ Platform 2.2+ project, require this package with Composer.

        composer require ezsystems/ezplatform-standard-design
  2. Enable the Bundle in AppKernel.php:

        public function registerBundles()
        {
           $bundles = [
               // ...
               new EzSystems\EzPlatformStandardDesignBundle\EzPlatformStandardDesignBundle(),
           ];
    
           // ...
        }
  3. Remember to clear the Symfony Cache (for SYMFONY_ENV your project uses).

        php bin/console cache:clear

COPYRIGHT

Copyright (C) 1999-2018 eZ Systems AS. All rights reserved.

LICENSE

http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2