Skip to content

Commit 36c4447

Browse files
author
Daniel Rodrigues Lima
committed
updated README.md
1 parent c13108f commit 36c4447

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# PHP reports with Jasper Reports, [optional] Laravel 5.*
1+
# PHPJasper
22

33
[![StyleCI](https://styleci.io/repos/46984485/shield?branch=master)](https://styleci.io/repos/46984485)
44
[![CircleCI](https://circleci.com/gh/geekcom/phpjasper/tree/master.svg?style=shield)](https://circleci.com/gh/geekcom/phpjasper/tree/master)
55
[![Latest Stable Version](https://poser.pugx.org/geekcom/phpjasper/v/stable)](https://packagist.org/packages/geekcom/phpjasper)
66
[![License](https://poser.pugx.org/geekcom/phpjasper/license)](https://packagist.org/packages/geekcom/phpjasper) [![Total Downloads](https://poser.pugx.org/geekcom/phpjasper/downloads)](https://packagist.org/packages/geekcom/phpjasper)
77
[![Bitcoin Donations](https://img.shields.io/badge/bitcoin-donation-orange.svg
88
)](https://blockchain.info/address/1LqwqcMfNuNzq6S671z1HjM61MpBuFCGqg)
9-
<a href="https://www.patreon.com/bePatron?u=4731720">![patreon.png](https://static1.squarespace.com/static/5364364ce4b074a18d791a81/t/56802d150ab37790ca597800/1451240726157/?format=300w)</a>
109

1110
**Is using Linux servers?**
1211

@@ -253,7 +252,7 @@ $jasper->process(
253252
)->execute();
254253
```
255254

256-
###How to use JasperPHP with Laravel 5.*
255+
###[optional] How to use JasperPHP with Laravel 5.*
257256

258257
* Install [Composer](http://getcomposer.org) if you don't have it.
259258
```
@@ -311,7 +310,7 @@ Route::get('/reports', function () {
311310
In this example we generate reports pdf, rtf and xml.
312311

313312

314-
###Reports from a xml in PHP/Laravel 5.*
313+
###[optional] Reports from a xml in PHP/Laravel 5.*
315314

316315
See how easy it is to generate a report with a source an XML file:
317316

@@ -373,7 +372,7 @@ to folder:
373372
**\public\report**
374373

375374

376-
###Reports from a JSON File in PHP/Laravel 5.*
375+
###[optional] Reports from a JSON File in PHP/Laravel 5.*
377376

378377
See how easy it is to generate a report with a source an JSON file:
379378

0 commit comments

Comments
 (0)