dev-master
9999999-devShow packagist packe information.
LGPL-3.0+
The Requires
- php >=7.1
- contao/core-bundle ^4.4
- doctrine/cache ^1.7
- contao-community-alliance/meta-palettes ^2.0 || ^1.10
The Development Requires
packagist package contao
Show packagist packe information.
This extension provides Bootstrap 4 grid tools for Contao CMS., (*2)
See changelog, (*3)
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~2.0@beta # Using composer directly $ php composer.phar require contao-bootstrap/grid~2.0@beta
Without the contao manager you also have to register the bundle, (*5)
class AppKernel { public function registerBundles() { $bundles = [ // ... new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('metapalettes', $this->getRootDir()), new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('multicolumnwizard', $this->getRootDir()), new ContaoBootstrap\Core\ContaoBootstrapCoreBundle(), new ContaoBootstrap\Grid\ContaoBootstrapGridBundle() ]; } }
Show packagist packe information.
LGPL-3.0+
packagist package contao