2017-25 © Pedro Peláez
 

contao-bundle grid

Bootstrap grid component

image

contao-bootstrap/grid

Bootstrap grid component

  • Friday, July 27, 2018
  • by netzmacht
  • Repository
  • 3 Watchers
  • 3 Stars
  • 2,024 Installations
  • PHP
  • 4 Dependents
  • 1 Suggesters
  • 4 Forks
  • 5 Open issues
  • 18 Versions
  • 41 % Grown

The README.md

Contao-Bootstrap Grid Component

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

This extension provides Bootstrap 5 grid tools for Contao CMS., (*2)

Features

  • Manage grid definition in your theme settings
  • Content elements
  • Form elements
  • Grid module
  • Import/Export with your theme settings

Changelog

See changelog, (*3)

Requirements

  • PHP ^8.1
  • Contao ^4.13 || ^5.3

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

# Using the contao manager
$ php contao-manager.phar.php composer require contao-bootstrap/grid ^3.0

# Using composer directly
$ php composer.phar require contao-bootstrap/grid ^3.0

Symfony application

If you use Contao in a symfony application without contao/manager-bundle, you have to register following bundles manually:, (*5)


class AppKernel { public function registerBundles() { $bundles = [ // ... new \ContaoBootstrap\Core\ContaoBootstrapCoreBundle(), new \ContaoCommunityAlliance\MetaPalettes\CcaMetaPalettesBundle(), new \Netzmacht\Contao\Toolkit\Bundle\NetzmachtContaoToolkitBundle(), new \Mvo\ContaoGroupWidget\MvoContaoGroupWidgetBundle(), new \ContaoBootstrap\Core\ContaoBootstrapCoreBundle(), new \ContaoBootstrap\Grid\ContaoBootstrapGridBundle() ]; } }

The Versions

27/07 2018
27/07 2018
23/04 2018

dev-hotfix/2.0.3

dev-hotfix/2.0.3

Bootstrap grid component

  Sources   Download

LGPL-3.0-or-later

The Requires

 

The Development Requires

bootstrap grid contao components

23/04 2018
19/03 2018

dev-hotfix/2.0.2

dev-hotfix/2.0.2

Bootstrap grid component

  Sources   Download

LGPL-3.0-or-later

The Requires

 

The Development Requires

bootstrap grid contao components

13/02 2018

dev-feature/repeat-image-size

dev-feature/repeat-image-size

Bootstrap grid component

  Sources   Download

LGPL-3.0-or-later

The Requires

 

The Development Requires

bootstrap grid contao components

30/01 2018

dev-develop

dev-develop

Bootstrap grid component

  Sources   Download

LGPL-3.0-or-later

The Requires

 

The Development Requires

bootstrap grid contao components

30/01 2018
30/01 2018

dev-hotfix/2.0.1

dev-hotfix/2.0.1

Bootstrap grid component

  Sources   Download

LGPL-3.0-or-later

The Requires

 

The Development Requires

bootstrap grid contao components

01/12 2017
23/10 2017
28/09 2017

dev-feature/gallery-element

dev-feature/gallery-element

Bootstrap grid component

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

bootstrap grid contao components

27/09 2017