se7enxweb / ezplatform-design-engine
Design fallback mechanism for eZ Platform
Package info
github.com/se7enxweb/ezplatform-design-engine
Type:ezplatform-bundle
pkg:composer/se7enxweb/ezplatform-design-engine
Fund package maintenance!
v4.0.0-alpha2
2021-10-29 13:08 UTC
Requires
- ezsystems/ezplatform-kernel: ^4.0
- symfony/asset: ^5.0
- symfony/config: ^5.0
- symfony/dependency-injection: ^5.0
- symfony/filesystem: ^5.0
- symfony/finder: ^5.0
- symfony/http-foundation: ^5.0
- symfony/http-kernel: ^5.0
- symfony/templating: ^5.0
- twig/twig: ^3.0
Requires (Dev)
- ezsystems/doctrine-dbal-schema: ^4.0
- friendsofphp/php-cs-fixer: ~2.15.3
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^8.1
Conflicts
- v4.0.0-alpha2
- v4.0.0-alpha1
- 3.0.x-dev
- v3.0.12
- v3.0.11
- v3.0.10
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v3.0.0-rc1
- v3.0.0-beta4
- v3.0.0-beta3
- v3.0.0-beta2
- v3.0.0-beta1
- 2.0.x-dev
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v2.0.0-rc1
- v2.0.0-beta1
- v1.2.0
- v1.2.0-rc1
- v1.2.0-beta1
- v1.1.0
- v1.1.0-rc1
- v1.1.0-beta1
- v1.0.2
- v1.0.1
- v1.0
- v1.0-rc2
- v1.0-rc1
- v1.0-beta
- dev-drop-global-templates-creation
- dev-snapshot-master
- dev-symfony4
This package is auto-updated.
Last update: 2026-03-02 08:50:25 UTC
README
Design fallback system for eZ Platform similar to legacy design fallback system.
Lets you define fallback order for templates and assets.
Requirements
EzPlatformDesignEngine works with eZ Platfom 1.x (kernel version >=6.0).
Installation
This bundle is available on Packagist. You can install it using Composer.
composer require ezsystems/ezplatform-design-engine
Then add it to your application:
// app/AppKernel.php public function registerBundles() { $bundles = [ // ... new EzSystems\EzPlatformDesignEngineBundle\EzPlatformDesignEngineBundle, // ... ]; }
Documentation
See doc/