postyou / contao-bootstrap-tab
Bootstrap 5 tab component for Contao CMS
Package info
github.com/postyou/contao-bootstrap-tab
Type:contao-bundle
pkg:composer/postyou/contao-bootstrap-tab
Fund package maintenance!
1.0.2
2024-07-08 07:31 UTC
Requires
- php: ^7.1 || ^8.0
- beberlei/assert: ^2.9 || ^3.0
- contao-community-alliance/meta-palettes: ~2.0 || ~1.11
- contao/core-bundle: ^4.4 || ^5.2
- menatwork/contao-multicolumnwizard-bundle: ~3.2
Requires (Dev)
- contao/manager-plugin: ^2.0
- phpcq/all-tasks: ^1.2
This package is auto-updated.
Last update: 2026-03-08 11:36:25 UTC
README
This extension provides Bootstrap 5 Tab 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.1 || ^8.0
- Contao ^4.4 || ^5.2
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 postyou/contao-bootstrap-tab # Using composer directly $ php composer.phar require postyou/contao-bootstrap-tab