Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/contao-bootstrap/bundle
- Owner: contao-bootstrap
- License: lgpl-3.0
- Created: 2014-07-16T12:35:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T14:51:37.000Z (about 6 years ago)
- Last Synced: 2024-10-28T17:12:55.486Z (20 days ago)
- Topics: bootstrap, contao, contao-bootstrap
- Homepage: https://contao-bootstrap.de/komponenten/bundle.html
- Size: 14.6 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```