|
1 | | -# PHP reports with Jasper Reports, [optional] Laravel 5.* |
| 1 | +# PHPJasper |
2 | 2 |
|
3 | 3 | [](https://styleci.io/repos/46984485) |
4 | 4 | [](https://circleci.com/gh/geekcom/phpjasper/tree/master) |
5 | 5 | [](https://packagist.org/packages/geekcom/phpjasper) |
6 | 6 | [](https://packagist.org/packages/geekcom/phpjasper) [](https://packagist.org/packages/geekcom/phpjasper) |
7 | 7 | [](https://blockchain.info/address/1LqwqcMfNuNzq6S671z1HjM61MpBuFCGqg) |
9 | | -<a href="https://www.patreon.com/bePatron?u=4731720"></a> |
10 | 9 |
|
11 | 10 | **Is using Linux servers?** |
12 | 11 |
|
@@ -253,7 +252,7 @@ $jasper->process( |
253 | 252 | )->execute(); |
254 | 253 | ``` |
255 | 254 |
|
256 | | -###How to use JasperPHP with Laravel 5.* |
| 255 | +###[optional] How to use JasperPHP with Laravel 5.* |
257 | 256 |
|
258 | 257 | * Install [Composer](http://getcomposer.org) if you don't have it. |
259 | 258 | ``` |
@@ -311,7 +310,7 @@ Route::get('/reports', function () { |
311 | 310 | In this example we generate reports pdf, rtf and xml. |
312 | 311 |
|
313 | 312 |
|
314 | | -###Reports from a xml in PHP/Laravel 5.* |
| 313 | +###[optional] Reports from a xml in PHP/Laravel 5.* |
315 | 314 |
|
316 | 315 | See how easy it is to generate a report with a source an XML file: |
317 | 316 |
|
@@ -373,7 +372,7 @@ to folder: |
373 | 372 | **\public\report** |
374 | 373 |
|
375 | 374 |
|
376 | | -###Reports from a JSON File in PHP/Laravel 5.* |
| 375 | +###[optional] Reports from a JSON File in PHP/Laravel 5.* |
377 | 376 |
|
378 | 377 | See how easy it is to generate a report with a source an JSON file: |
379 | 378 |
|
|
0 commit comments