File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ $jasper->process(
191
191
```
192
192
193
193
194
- ###Using in Laravel 5.1 !
194
+ ###Using JasperPHP with Laravel 5.2 !
195
195
196
196
1 . Install [ Composer] ( http://getcomposer.org ) if you don't have it.
197
197
```
@@ -212,7 +212,7 @@ Or in your 'composer.json' file add:
212
212
213
213
3 . Add to your config/app.php providers array:
214
214
215
- ' JasperPHP\JasperPHPServiceProvider' ,
215
+ JasperPHP\JasperPHPServiceProvider::class ,
216
216
217
217
4 . Create a folder ** /report** on ** /public directory**
218
218
@@ -227,7 +227,7 @@ Or in your 'composer.json' file add:
227
227
** Below the code you will use in your route.php**
228
228
229
229
``` php
230
- use JasperPHP\JasperPHP as JasperPHP ;
230
+ use JasperPHP\JasperPHP;
231
231
232
232
Route::get('/reports', function () {
233
233
You can’t perform that action at this time.
0 commit comments