Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
Updated documentation for new Novanti Namespace
  • Loading branch information
wemersonjanuario authored Mar 30, 2017
1 parent 9945cf5 commit 461cc85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ Add this to your `composer.json`

{
"require": {
"wemersonjanuario/laravelpdf": "1.0.*"
"wemersonjanuario/laravelpdf": "1.1.*"
}
}

### Step 2

Add this line to `providers` array in your `config/app.php`

Inline\LaravelPDF\PDFServiceProvider::class
Novanti\LaravelPDF\PDFServiceProvider::class

### Step 3

Add this line to `aliases` array in your `config/app.php`

'PDF' => Inline\LaravelPDF\PDFFacade::class,
'PDF' => Novanti\LaravelPDF\PDFFacade::class,

### Step 4

Expand Down

0 comments on commit 461cc85

Please sign in to comment.