contao-bootstrap/core
最新稳定版本:3.0.2
Composer 安装命令:
composer require contao-bootstrap/core
包简介
Core of Contao Bootstrap extension
关键字:
README 文档
README
This extension provides Bootstrap 5 integration into Contao.
Contao-Bootstrap is a modular integration. The core components provides the infrastructure for other components.
Features
- Bootstrap environment
- Config system
- Template pre and post render filters
Changelog
See changelog
Requirements
- PHP ^8.1
- Contao ^4.13 || ^5.0
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/core^3.0 # Using composer directly $ php composer.phar require contao-bootstrap/core^3.0
Symfony application
If you use Contao in a symfony application without contao/manager-bundle, you have to register following bundles manually and register the bundle configuration:
final class AppKernel { public function registerBundles() { $bundles = [ // ... new \ContaoCommunityAlliance\MetaPalettes\CcaMetaPalettesBundle(), new \Netzmacht\Contao\Toolkit\Bundle\NetzmachtContaoToolkitBundle(), new \ContaoBootstrap\Core\ContaoBootstrapCoreBundle(), ]; } }
# Application config.yaml imports: - { resource: vendor/contao-bootstrap/core/Resources/config/contao_bootstrap.yaml }
统计信息
- 总下载量: 87.5k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 17
- 点击次数: 1
- 依赖项目数: 17
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2014-07-17