Create modern report with Bootstrap4
Bootstrap4
package allows you to write report using Twitter Bootstrap v4.3.1. To use Bootstrap4 in your report you do:
class MyReport extends \koolreport\KoolReport
{
use \koolreport\bootstrap4\Theme;
...
}
The details of how to install and how to use Bootstrap3 package can be found at our documentation.
The package is released under MIT License which is free and can be use in any of your purpose. It is also pre installed inside KoolReport Pro package.
It is very easy to use, one line of code and Bootstrap4 is loaded. Love it!