janni235 / bolttabledata
📦 This Bolt extension can be used to add tr, td, th to a table body.
Package info
github.com/Janni235/bolttabledata
Type:bolt-extension
pkg:composer/janni235/bolttabledata
dev-main
2022-12-20 09:34 UTC
Requires
- php: >=7.2.9
- twig/twig: ^2.12 | ^3.0
Requires (Dev)
- bolt/core: ^5.1
- symplify/easy-coding-standard: ^10.2
This package is auto-updated.
Last update: 2026-02-20 16:58:30 UTC
README
Author: Janni235
This Bolt extension can be used as to add tr, th, td to table body.
Installation:
composer require Janni235/bolttabledata
Running PHPStan and Easy Codings Standard
First, make sure dependencies are installed:
COMPOSER_MEMORY_LIMIT=-1 composer update
And then run ECS:
vendor/bin/ecs check src