contao-bootstrap/core 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

contao-bootstrap/core

最新稳定版本:3.0.2

Composer 安装命令:

composer require contao-bootstrap/core

包简介

Core of Contao Bootstrap extension

README 文档

README

Version GitHub issues License Build Status Downloads

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

GitHub 信息

  • Stars: 15
  • Watchers: 5
  • Forks: 11
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0-or-later
  • 更新时间: 2014-07-17