lch / admin-bundle
Bring admin feature to Symfony. Use other LCH bundles
Installs: 61
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 3
Language:JavaScript
Type:symfony-bundle
Requires
- php: ^5.5.9 || ^7.0
- friendsofsymfony/jsrouting-bundle: ^1.6
- knplabs/knp-menu-bundle: ^2.1
- lch/components-bundle: dev-master
- lch/media-bundle: dev-master
- lch/menu-bundle: dev-master
- lch/seo-bundle: 1.0
- symfony/symfony: ~3.1
Requires (Dev)
- doctrine/doctrine-bundle: ^1.3
- phpunit/phpunit: ~4.8|~5.0
Conflicts
- symfony/doctrine-bridge: <2.7
This package is not auto-updated.
Last update: 2025-03-30 05:48:57 UTC
README
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