Skip to content

Commit 835ec54

Browse files
authored
Update README.md
1 parent 65f40a8 commit 835ec54

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ $jasper->process(
267267
```
268268

269269
###[optional] How to use JasperPHP with Laravel 5.*
270+
**This library yet not supported in Laravel 5.4**
270271

271272
* Install [Composer](http://getcomposer.org) if you don't have it.
272273
```
@@ -310,8 +311,8 @@ Route::get('/reports', function () {
310311
public_path() . '/report/'.time().'_hello_world', //output
311312
['pdf', 'rtf', 'xml'], //formats
312313
[], //parameters
313-
[], //data_source
314-
'', //locale
314+
[], //data_source
315+
'' //locale
315316
)->execute();
316317
});
317318
```

0 commit comments

Comments
 (0)