deviantlab / tabulator-bundle
Tabulator Symfony bundle
Installs: 355
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:symfony-bundle
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