Download the PHP package lch/admin-bundle without Composer
On this page you can find all versions of the php package lch/admin-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lch/admin-bundle
More information about lch/admin-bundle
Files in lch/admin-bundle
Package admin-bundle
Short Description Bring admin feature to Symfony. Use other LCH bundles
License MIT
Homepage https://github.com/compagnie-hyperactive/AdminBundle
Informations about the package admin-bundle
AdminBundle
AdminBundle provides helpers for building admin part in an SF2/SF3 app. It relies on several Composer packages
Installation
Configuration
Features
Widgets override and back-office presentation
Add lch_bootstrap_3_layout.html.twig as form theme, use form_row then. Use base.admin.html.twig as root twig for every admin screen Add base.admin.add.edit and base.admin.list with other inclusion (Media)
Use attribute width to define row width force_two_columns_presentation to force classical 2 col presentation (in panel for example see SEO) attr no_label to hide label (see SEO)
Override templates fragments
LchAdminBundle provide several templates fragments
- fragents/horizontalMenu.html.twig
This is the top menu. Provide with a simple exemple, you can easily override it by simply create
app/Resources/LchAdminBundle/views/fragments/horizontalMenu.html.twig
Lists
Menu organization
All versions of admin-bundle with dependencies
symfony/symfony Version ~3.1
friendsofsymfony/jsrouting-bundle Version ^1.6
knplabs/knp-menu-bundle Version ^2.1
lch/components-bundle Version dev-master
lch/menu-bundle Version dev-master
lch/seo-bundle Version 1.0
lch/media-bundle Version dev-master