koolreport/bootstrap5

Bootstrap 5 Theme For KoolReport

1.0.0 2024-03-29 08:28 UTC

This package is auto-updated.

Last update: 2024-03-29 08:29:26 UTC


README

Bootstrap5 package allows you to write report using Twitter Bootstrap v5.2.

Installation

By downloading .zip file

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

By composer

composer require koolreport/bootstrap5

Usage

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

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