Bootstrap tab component for Contao CMS
Fund package maintenance!
dmolineus
contao-bootstrap.de/mitmachen.html
Installs: 45 526
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 3
Open Issues: 3
Type:contao-bundle
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-11-04 21:07:15 UTC
README
This extension provides Bootstrap integration into Contao.
Contao-Bootstrap is a modular integration. This extension adds the Bootstrap Tab component as content element to Contao.
Changelog
See changelog
Requirements
- PHP ^7.4 || ^8.0
- Contao ^4.9
Install
Managed edition
When using the managed edition it's pretty simple to install the package. Just search for the package in the Contao Manager and install it. Alternatively you can use the 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