koolreport / bootstrap4
Bootstrap 4 Theme For KoolReport
Installs: 88 958
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
This package is auto-updated.
Last update: 2024-10-30 01:37:15 UTC
README
Bootstrap4
package allows you to write report using Twitter Bootstrap v4.1.3.
Installation
By downloading .zip file
- Download
- Unzip the zip file
- Copy the folder
bootstrap4
intokoolreport
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.