deviantlab / tabulator-bundle
Tabulator Symfony bundle
Package info
github.com/6insanes/tabulator-bundle
Type:symfony-bundle
pkg:composer/deviantlab/tabulator-bundle
0.4.4
2025-02-25 09:47 UTC
Requires
- php: >=8.1
- doctrine/doctrine-bundle: ^2.12
- doctrine/orm: ^3.0
- symfony/flex: ^2.0
- symfony/serializer: ^6.4|^7.0
- symfony/stimulus-bundle: ^2.13
- symfony/twig-bundle: ^6.4|^7.0
Requires (Dev)
- symfony/framework-bundle: ^6.0|^7.0
- symfony/phpunit-bridge: ^7.1
README
Installation
Before you start, make sure you have StimulusBundle configured in your app.
Install the bundle using Composer and Symfony Flex:
composer require deviantlab/tabulator-bundle
If you're using WebpackEncore, install your assets and restart Encore (not needed if you're using AssetMapper):
npm install --force
npm run watch
# or use yarn
yarn install --force
yarn watch