Skip to content

Commit

Permalink
Merge pull request #1 from mateusjatenee/mateusjatenee-patch-1
Browse files Browse the repository at this point in the history
Add ::class notation and code formatting.
  • Loading branch information
mateusjatenee committed Aug 6, 2015
2 parents 7b9288e + c432129 commit 41bca71
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ Next, run the Composer update command from the Terminal:
##CONFIGURATION

1. Open config/app.php and addd this line to your Service Providers Array

```php
'Darryldecode\Cart\CartServiceProvider'
```

2. Open config/app.php and addd this line to your Aliases

'Cart' => 'Darryldecode\Cart\Facades\CartFacade'
```php
'Cart' => 'Darryldecode\Cart\Facades\CartFacade::class'
```

## HOW TO USE
* [Usage](#usage)
Expand Down

0 comments on commit 41bca71

Please sign in to comment.