2017-25 © Pedro Peláez
 

contao-bundle core

Core of Contao Bootstrap extension

image

contao-bootstrap/core

Core of Contao Bootstrap extension

  • Tuesday, July 3, 2018
  • by contao-bootstrap
  • Repository
  • 7 Watchers
  • 12 Stars
  • 11,952 Installations
  • PHP
  • 18 Dependents
  • 0 Suggesters
  • 5 Forks
  • 3 Open issues
  • 32 Versions
  • 7 % Grown

The README.md

Contao-Bootstrap Core

Version GitHub issues License Build Status Downloads, (*1)

This extension provides Bootstrap 5 integration into Contao., (*2)

Contao-Bootstrap is a modular integration. The core components provides the infrastructure for other components., (*3)

Features

  • Bootstrap environment
  • Config system
  • Template pre and post render filters

Changelog

See changelog, (*4)

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., (*5)

# 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:, (*6)


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 }

The Versions

03/07 2018

dev-master

9999999-dev

Core of Contao Bootstrap extension

  Sources   Download

LGPL-3.0+ LGPL-3.0-or-later

The Requires

 

The Development Requires

bootstrap core contao

03/07 2018

dev-hotfix/2.0.2

dev-hotfix/2.0.2

Core of Contao Bootstrap extension

  Sources   Download

LGPL-3.0-or-later

The Requires

 

The Development Requires

bootstrap core contao

03/07 2018

2.0.1

2.0.1.0

Core of Contao Bootstrap extension

  Sources   Download

LGPL-3.0-or-later

The Requires

 

The Development Requires

bootstrap core contao

05/01 2018

dev-develop

dev-develop

Core of Contao Bootstrap extension

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

bootstrap core contao

05/01 2018
01/12 2017

dev-release/2.0.0

dev-release/2.0.0

Core of Contao Bootstrap extension

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

bootstrap core contao

01/12 2017

2.0.0-beta2

2.0.0.0-beta2

Core of Contao Bootstrap extension

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

bootstrap core contao

29/09 2017

2.0.0-beta1

2.0.0.0-beta1

Core of Contao Bootstrap extension

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

bootstrap core contao

13/09 2017

dev-contao4

dev-contao4

Core of Contao Bootstrap extension

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

bootstrap core contao

13/09 2017

2.0.0-alpha5

2.0.0.0-alpha5

Core of Contao Bootstrap extension

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

bootstrap core contao

12/09 2017

2.0.0-alpha4

2.0.0.0-alpha4

Core of Contao Bootstrap extension

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

bootstrap core contao

18/07 2017

2.0.0-alpha3

2.0.0.0-alpha3

Core of Contao Bootstrap extension

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

bootstrap core contao

12/07 2017

2.0.0-alpha2

2.0.0.0-alpha2

Core of Contao Bootstrap extension

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

bootstrap core contao

11/07 2017

2.0.0-alpha1

2.0.0.0-alpha1

Core of Contao Bootstrap extension

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

bootstrap core contao

28/07 2014
24/07 2014