cleverage / layout-bundle
Simple modular frontend management with blocks in Symfony 3
Package info
github.com/cleverage/layout-bundle
Type:symfony-bundle
pkg:composer/cleverage/layout-bundle
v1.1.1
2019-11-05 15:58 UTC
Requires
- php: >=7.1
- cocur/slugify: >=3.1
- sidus/base-bundle: ~1.0
- symfony/framework-bundle: ~3.0|~4.0
- twig/twig: >=2.4
Requires (Dev)
- phpunit/phpunit: ^6.4
This package is auto-updated.
Last update: 2026-02-16 21:37:09 UTC
README
Introduction
This bundle provides a layout system, aiming to manage your view using basic and modular blocks.
Features
- Layout definition with YML
- Layout inheritance
- Relative and absolute positioning
Usage
TODO
Caching
(dev notes)
Cache key
- slot name
- block code
- global parameters
- block parameters
- block tags
- exclude default parameters (_layout, ...)