https://github.com/cleverage/layout-bundle
Simple layout management in Symfony
https://github.com/cleverage/layout-bundle
Last synced: 5 months ago
JSON representation
Simple layout management in Symfony
- Host: GitHub
- URL: https://github.com/cleverage/layout-bundle
- Owner: cleverage
- License: mit
- Created: 2017-06-06T09:59:19.000Z (almost 9 years ago)
- Default Branch: v1.1-dev
- Last Pushed: 2020-04-16T09:11:13.000Z (almost 6 years ago)
- Last Synced: 2025-05-10T09:49:06.648Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Clever Age - Layout Manager
===========================
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*, ...)