From c4068124768d4a77938db0d6642a23af1c5aec96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=B8ndergaard?= Date: Thu, 21 Sep 2017 11:00:23 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34dc509..bcd3b8a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ return $pdf->createFromView($html, 'filename.pdf'); ``` ### PhantomJS Version -This package uses PhantomJS 1.9.8 x64 which is included in the package. If you want to use another version its easy +This package uses PhantomJS 1.9.8 x64 which is included in the package. If you want to use another version it's easy. ```php $pdf->setBinaryPath('/some/path/phantomjs'); ``` @@ -40,7 +40,9 @@ $pdf->useScript('`/path/to/script'); ### Installation -For Laravel 4, use the 0.10.0 branch +#### For Laravel 5.5 the package supports auto discovery and don't need any configuration. + +For Laravel 4, use the 0.10.0 branch. Add `LaravelServiceProvider` in the `providers` array in `config/app.php` ```php