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

https://github.com/koolreport/bootstrap3

Allow you to write report using Twitter Bootstrap v3.3.7
https://github.com/koolreport/bootstrap3

Last synced: 9 months ago
JSON representation

Allow you to write report using Twitter Bootstrap v3.3.7

Awesome Lists containing this project

README

          

# Introduction

`Bootstrap3` package allows you to write report using Twitter Bootstrap v3.3.7.

## Installation

## By downloading .zip file

1. [Download](https://www.koolreport.com/packages/bootstrap3)
2. Unzip the zip file
3. Copy the folder `bootstrap3` into `koolreport` folder so that look like below

```bash
koolreport
├── core
├── bootstrap3
```

## By composer

```
composer require koolreport/bootstrap3
```

## Usage

In order to add `Bootstrap3` theme into your report, you simply do:

```
class MyReport extends \koolreport\KoolReport
{
use \koolreport\bootstrap3\Theme;
}
```

## Support

Please use our forum if you need support, by this way other people can benefit as well. If the support request need privacy, you may send email to us at __support@koolreport.com__.