povs / lister-twig-bundle
Twig implementation for lister bundle. Provides Twig and Ajax list types for full stack web applications
Installs: 1 456
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.1
- povs/lister-bundle: ^1.0@dev
- symfony/twig-bundle: ^4.0 || ^5.0 || ^6.0
Requires (Dev)
- dg/bypass-finals: ^1.1
- phpunit/phpunit: ^9.3
- symfony/yaml: ^3.4 || ^4.0 || ^6.0
This package is auto-updated.
Last update: 2025-02-16 14:05:20 UTC
README
In development
Documentation
ListerTwigBundle is an extension for ListerBundle for full stack web applications using twig as template engine.
It provides two list types:
- TwigListType
- AjaxListType
Those types helps to render html views using themes.
Themes
Bundle comes with two themes
default
renders list as a table. Has no styling classes.bootstrap 4
renders list as a table with bootstrap 4 styling classes.
Themes can be easily created, extended and modified.
Requirements
- Php
>=7.1
- Symfony
>=4
- Doctrine ORM
- Twig