From cd0b3755a14e7e1b631f07a1cb815c9851d5107c Mon Sep 17 00:00:00 2001 From: Alejandro Mostajo Date: Wed, 24 Jun 2015 01:45:17 -0600 Subject: [PATCH] Readme changes. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 86d385e..19cc164 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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) @@ -58,6 +60,7 @@ Current version includes: Under development: - Paypal Gateway +- Events On the horizon: @@ -443,7 +446,7 @@ class MyCustomProduct extends Model { } ``` -#### Dump Autoload +### Dump Autoload Dump composer autoload ```bash @@ -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.: