Skip to content

Commit c46dae0

Browse files
author
Daniel Rodrigues Lima
committed
Added reference for the pyreport library
1 parent d5dfce4 commit c46dae0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@
99

1010
**Is using Linux servers?**
1111

12-
Do not forget to grant permission 777 for the directory **/vendor/geekcom/phpjasper/src/JasperStarter/bin** and the file binary **jasperstarter**
12+
Do not forget to grant permission 777 for the directory
13+
**/vendor/geekcom/phpjasper/src/JasperStarter/bin** and the file binary **jasperstarter**
1314

15+
**Do you need to generate reports with Python?**
16+
17+
Meet the **[pyreport](https://github.com/jadsonbr/pyreport)**
18+
1419
##Introduction
1520

1621
This package aims to be a solution to compile and process JasperReports (.jrxml & .jasper files).
@@ -247,7 +252,7 @@ $jasper->process(
247252
)->execute();
248253
```
249254

250-
###Using JasperPHP with Laravel 5.*
255+
###How to use JasperPHP with Laravel 5.*
251256

252257
* Install [Composer](http://getcomposer.org) if you don't have it.
253258
```

0 commit comments

Comments
 (0)