2017 © Pedro Peláez
 

contao-bundle navbar

Bootstrap navbar component for Contao CMS

image

contao-bootstrap/navbar

Bootstrap navbar component for Contao CMS

  • Thursday, June 28, 2018
  • by netzmacht
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1,334 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 11 Versions
  • 47 % Grown

The README.md

Contao-Bootstrap Navigation

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

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

Contao-Bootstrap is a modular integration. The components provides navigation features of the Bootstrap component., (*3)

Features

Frontend modules * Navbar element, (*4)

Templates * Dropdown templates for quicknav and quicklink navigation * Navigation dropdown template, (*5)

Changelog

See changelog, (*6)

Requirements

  • PHP 7.1
  • Contao ~4.4

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

# Using the contao manager
$ php contao-manager.phar.php composer require contao-bootstrap/navbar~2.0

# Using composer directly
$ php composer.phar require contao-bootstrap/navbar~2.0

Symfony application

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


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 Netzmacht\Html\NetzmachtHtmlBundle(), new ContaoBootstrap\Core\ContaoBootstrapCoreBundle(), new ContaoBootstrap\Grid\ContaoBootstrapNavbarBundle() ]; } }

The Versions

28/06 2018

dev-master

9999999-dev

Bootstrap navbar component for Contao CMS

  Sources   Download

LGPL-3.0+ LGPL-3.0-or-later

The Requires

 

The Development Requires

bootstrap navbar contao components

28/06 2018

dev-hotfix/2.1.2

dev-hotfix/2.1.2

Bootstrap navbar component for Contao CMS

  Sources   Download

LGPL-3.0-or-later

The Requires

 

The Development Requires

bootstrap navbar contao components

28/06 2018
28/06 2018
28/06 2018

dev-develop

dev-develop

Bootstrap navbar component for Contao CMS

  Sources   Download

LGPL-3.0-or-later

The Requires

 

The Development Requires

bootstrap navbar contao components

04/10 2017

2.0.0-beta1

2.0.0.0-beta1

Bootstrap navbar component for Contao CMS

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

bootstrap navbar contao components

18/09 2017

2.0.0-alpha4

2.0.0.0-alpha4

Bootstrap navbar component for Contao CMS

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

bootstrap navbar contao components

13/09 2017

2.0.0-alpha3

2.0.0.0-alpha3

Bootstrap navbar component for Contao CMS

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

bootstrap navbar contao components