povs/lister-twig-bundle

Twig implementation for lister bundle. Provides Twig and Ajax list types for full stack web applications

Installs: 1 261

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master / 1.0.x-dev 2023-04-03 11:46 UTC

This package is auto-updated.

Last update: 2024-05-03 14:01:36 UTC


README

Scrutinizer Build Status Travis Build Status Code Coverage Code Quality

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