Contao CMS 的 Bootstrap 标签组件
2.1.1
2023-04-17 09:46 UTC
Requires
- php: ^7.4 || ^8.1
- beberlei/assert: ^2.9 || ^3.0
- contao-bootstrap/core: ^2.1
- contao-community-alliance/meta-palettes: ~2.0 || ~1.11
- contao/core-bundle: ^4.9
- doctrine/dbal: ^2.11 || ^3.0
- menatwork/contao-multicolumnwizard-bundle: ~3.2
- netzmacht/contao-toolkit: ^3.8
- netzmacht/html: ~2.0
- symfony/config: ~4.4 || ^5.4
- symfony/dependency-injection: ~4.4 || ^5.4
- symfony/http-foundation: ~4.4 || ^5.4
- symfony/http-kernel: ^4.4.50 || ^5.4.20
- symfony/translation-contracts: ^1.1 || ^2.0
Requires (Dev)
- contao-bootstrap/grid: ^2.4
- contao/manager-plugin: ^2.1
- doctrine/coding-standard: ^9.0
- phpcq/coding-standard: ^2.1.2
- phpcq/runner-bootstrap: 1.x-dev
Suggests
- contao-bootstrap/grid: Use grid component for horizontal aligned tab navigation.
Conflicts
- contao-bootstrap/grid: <2.4 || >= 3.0
- contao/manager-plugin: <2.1 || >= 3.0
This package is auto-updated.
Last update: 2024-09-04 20:54:00 UTC
README
此扩展为 Contao 集成 Bootstrap。
Contao-Bootstrap 是一个模块化集成。此扩展将 Bootstrap 标签组件作为内容元素添加到 Contao 中。
变更日志
查看变更日志
要求
- PHP ^7.4 || ^8.0
- Contao ^4.9
安装
管理版
当使用管理版时,安装此包非常简单。只需在 Contao 管理器中搜索包并安装它。或者,您也可以使用 CLI。
# Using the contao manager $ php contao-manager.phar.php composer require contao-bootstrap/tab~2.0 # Using composer directly $ php composer.phar require contao-bootstrap/tab~2.0