Skip to content

koolreport/bootstrap4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Bootstrap4 package allows you to write report using Twitter Bootstrap v4.1.3.

Installation

By downloading .zip file

  1. Download
  2. Unzip the zip file
  3. Copy the folder bootstrap4 into koolreport folder so that look like below
koolreport
├── core
├── bootstrap4

By composer

composer require koolreport/bootstrap4

Usage

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

class MyReport extends \koolreport\KoolReport
{
    use \koolreport\bootstrap4\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.