Skip to content

Commit

Permalink
Readme changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
amostajo committed Jun 24, 2015
1 parent 20b071b commit cd0b375
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Laravel Shop is flexible way to add shop functionality to **Laravel 5**. Aimed t

Laravel shop adds shopping cart, orders and payments to your new or existing project; letting you transform any model into a shoppable item.

**NOTE:** A paypal gateway is currently in development. Is recommended to use this package once paypal is available because current transactions and gateway functionality may be affected.

## Contents

- [Scope](#scope)
Expand All @@ -23,8 +25,8 @@ Laravel shop adds shopping cart, orders and payments to your new or existing pro
- [Transaction](#transaction)
- [User](#user)
- [Existing Model Conversion](#existing-model-conversion)
- [Dump Autoload](#dump-autoload)
- [Payment Gateways](#payment-gateways)
- [Dump Autoload](#dump-autoload)
- [Payment Gateways](#payment-gateways)
- [Usage](#usage)
- [Shop](#shop)
- [Payment Gateway](#payment-gateway)
Expand Down Expand Up @@ -58,6 +60,7 @@ Current version includes:
Under development:

- Paypal Gateway
- Events

On the horizon:

Expand Down Expand Up @@ -443,7 +446,7 @@ class MyCustomProduct extends Model {
}
```

#### Dump Autoload
### Dump Autoload
Dump composer autoload

```bash
Expand All @@ -452,7 +455,7 @@ composer dump-autoload

**And you are ready to go.**

#### Payment Gateways
### Payment Gateways

Installed payment gateways can be configured in the `shop.php` config file, i.e.:

Expand Down

0 comments on commit cd0b375

Please sign in to comment.