postyou / contao-bootstrap-tab
Bootstrap 5 tab component for Contao CMS
Fund package maintenance!
dmolineus
Installs: 257
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 3
Open Issues: 0
Type:contao-bundle
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: 2024-11-08 08:33:19 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