Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/contao-bootstrap/bundle

Bootstrap 4 Contao Bundle
https://github.com/contao-bootstrap/bundle

bootstrap contao contao-bootstrap

Last synced: 5 days ago
JSON representation

Bootstrap 4 Contao Bundle

Awesome Lists containing this project

README

        

Contao-Bootstrap Bundle
=======================

[![Version](http://img.shields.io/packagist/v/contao-bootstrap/bundle.svg?style=for-the-badge&label=Latest)](http://packagist.org/packages/contao-bootstrap/bundle)
[![GitHub issues](https://img.shields.io/github/issues/contao-bootstrap/bundle.svg?style=for-the-badge&logo=github)](https://github.com/contao-bootstrap/bundle/issues)
[![License](http://img.shields.io/packagist/l/contao-bootstrap/bundle.svg?style=for-the-badge&label=License)](http://packagist.org/packages/contao-bootstrap/bundle)
[![Build Status](http://img.shields.io/travis/contao-bootstrap/bundle/master.svg?style=for-the-badge&logo=travis)](https://travis-ci.org/contao-bootstrap/bundle)
[![Downloads](http://img.shields.io/packagist/dt/contao-bootstrap/bundle.svg?style=for-the-badge&label=Downloads)](http://packagist.org/packages/contao-bootstrap/bundle)

This extension is a metapackages which includes all bootstrap components for Contao CMS.

Features
--------

- Core
- Layout
- Grid
- Form
- Navbar
- Tab
- Panel
- Templates

Changelog
---------

See [changelog](CHANGELOG.md)

Requirements
------------

- PHP 7.1
- Contao ~4.4


Install
-------

Bootstrap for Contao is prepared for the Contao 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.

```bash
# Using the contao manager
$ php contao-manager.phar.php composer require contao-bootstrap/bundle~2.1

# Using composer directly
$ php composer.phar require contao-bootstrap/bundle~2.1
```