se7enxweb / ezplatform-standard-design
eZ Platform Standard Design Bundle
Package info
github.com/se7enxweb/ezplatform-standard-design
Type:ezplatform-bundle
pkg:composer/se7enxweb/ezplatform-standard-design
Fund package maintenance!
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2026-06-12 08:31:10 UTC
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
-
In your eZ Platform 2.2+ project, require this package with Composer.
composer require ezsystems/ezplatform-standard-design
-
Enable the Bundle in
AppKernel.php:public function registerBundles() { $bundles = [ // ... new EzSystems\EzPlatformStandardDesignBundle\EzPlatformStandardDesignBundle(), ]; // ... }
-
Remember to clear the Symfony Cache (for
SYMFONY_ENVyour 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