Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chonthu committed Jul 22, 2015
1 parent 6d26b04 commit 821e9e2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,18 @@ In the `require` key of `composer.json` file add the following

Run the Composer update comand

$ composer update
$ composer update nitmedia/wkhtml2pdf

#### L5

In your `config/app.php` add `'Nitmedia\Wkhtml2pdf\L5Wkhtml2pdfServiceProvider'` to the end of the `$providers` array

'providers' => array(
...
'Nitmedia\Wkhtml2pdf\L5Wkhtml2pdfServiceProvider',
),

#### L4

In your `config/app.php` add `'Nitmedia\Wkhtml2pdf\Wkhtml2pdfServiceProvider'` to the end of the `$providers` array

Expand Down

0 comments on commit 821e9e2

Please sign in to comment.