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(
191191```
192192
193193
194- ###Using in Laravel 5.1 !
194+ ###Using JasperPHP with Laravel 5.2 !
195195
1961961 . Install [ Composer] ( http://getcomposer.org ) if you don't have it.
197197```
@@ -212,7 +212,7 @@ Or in your 'composer.json' file add:
212212
2132133 . Add to your config/app.php providers array:
214214
215- ' JasperPHP\JasperPHPServiceProvider',
215+ ** JasperPHP\JasperPHPServiceProvider::class,**
216216
2172174 . 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
232232Route::get('/reports', function () {
233233
You can’t perform that action at this time.
0 commit comments