Skip to content

Commit 84579b2

Browse files
author
geekcom
committed
updated to Laravel 5.2
1 parent 0022b80 commit 84579b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ $jasper->process(
191191
```
192192

193193

194-
###Using in Laravel 5.1!
194+
###Using JasperPHP with Laravel 5.2!
195195

196196
1. Install [Composer](http://getcomposer.org) if you don't have it.
197197
```
@@ -212,7 +212,7 @@ Or in your 'composer.json' file add:
212212

213213
3. Add to your config/app.php providers array:
214214

215-
'JasperPHP\JasperPHPServiceProvider',
215+
JasperPHP\JasperPHPServiceProvider::class,
216216

217217
4. Create a folder **/report** on **/public directory**
218218

@@ -227,7 +227,7 @@ Or in your 'composer.json' file add:
227227
**Below the code you will use in your route.php**
228228

229229
```php
230-
use JasperPHP\JasperPHP as JasperPHP;
230+
use JasperPHP\JasperPHP;
231231

232232
Route::get('/reports', function () {
233233

0 commit comments

Comments
 (0)