deviantlab/tabulator-bundle

Tabulator Symfony 扩展包

安装次数: 151

依赖者: 0

建议者: 0

安全性: 0

星标: 1

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

0.3.0 2024-09-05 08:23 UTC

This package is auto-updated.

Last update: 2024-09-10 13:00:30 UTC


README

安装

在开始之前,请确保您已将 StimulusBundle 配置到您的应用程序中。

使用 Composer 和 Symfony Flex 安装扩展包

composer require deviantlab/tabulator-bundle

如果您使用 WebpackEncore,安装您的资产并重启 Encore(如果您使用 AssetMapper 则不需要)

npm install --force
npm run watch

# or use yarn
yarn install --force
yarn watch

使用方法