https://github.com/koolreport/bootstrap5
Bootstrap5 theme for KoolReport
https://github.com/koolreport/bootstrap5
Last synced: about 2 months ago
JSON representation
Bootstrap5 theme for KoolReport
- Host: GitHub
- URL: https://github.com/koolreport/bootstrap5
- Owner: koolreport
- Created: 2024-03-28T08:36:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T08:28:40.000Z (about 2 years ago)
- Last Synced: 2025-01-13T20:49:59.029Z (over 1 year ago)
- Language: PHP
- Size: 1.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Introduction
`Bootstrap5` package allows you to write report using Twitter Bootstrap v5.2.
# Installation
## By downloading .zip file
1. [Download](https://www.koolreport.com/packages/bootstrap5)
2. Unzip the zip file
3. Copy the folder `bootstrap5` into `koolreport` folder so that look like below
```bash
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__.