cleverage/layout-bundle

Simple modular frontend management with blocks in Symfony 3

v1.1.1 2019-11-05 15:58 UTC

This package is auto-updated.

Last update: 2024-03-16 17:26:16 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, ...)