cleverage / layout-bundle
Simple modular frontend management with blocks in Symfony 3
Installs: 800
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 1
Open Issues: 0
Type:symfony-bundle
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: 2024-10-16 18:44:33 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, ...)