Skip to content

Commit

Permalink
Merge pull request #227 from lukepolo/stylejs-1238
Browse files Browse the repository at this point in the history
Apply fixes from StyleJS
  • Loading branch information
lukepolo authored Jan 27, 2018
2 parents 65133a3 + f9a59c9 commit e1b5701
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
## LaraCart - Laravel Shopping Cart Package (<a href="http://laracart.lukepolo.com/">http://laracart.lukepolo.com</a>)
[![Build Status](https://travis-ci.org/lukepolo/laracart.svg?branch=master)](https://travis-ci.org/lukepolo/laracart)
[![Latest Stable Version](https://poser.pugx.org/lukepolo/laracart/v/stable)](https://packagist.org/packages/lukepolo/laracart)
[![Test Coverage](https://codeclimate.com/github/lukepolo/laracart/badges/coverage.svg)](https://codeclimate.com/github/lukepolo/laracart/coverage)
[![Total Downloads](https://poser.pugx.org/lukepolo/laracart/downloads)](https://packagist.org/packages/lukepolo/laracart) [![License](https://poser.pugx.org/lukepolo/laracart/license)](https://packagist.org/packages/lukepolo/laracart)

[![Build Status](https://travis-ci.org/lukepolo/laracart.svg?branch=master)](https://travis-ci.org/lukepolo/laracart) [![Latest Stable Version](https://poser.pugx.org/lukepolo/laracart/v/stable)](https://packagist.org/packages/lukepolo/laracart) [![Test Coverage](https://codeclimate.com/github/lukepolo/laracart/badges/coverage.svg)](https://codeclimate.com/github/lukepolo/laracart/coverage) [![Total Downloads](https://poser.pugx.org/lukepolo/laracart/downloads)](https://packagist.org/packages/lukepolo/laracart) [![License](https://poser.pugx.org/lukepolo/laracart/license)](https://packagist.org/packages/lukepolo/laracart)

## Features

* Coupons
* Session Based System
* Cross Device Support
Expand All @@ -15,26 +14,24 @@
* Endless item chaining for complex systems
* Totals of all items within the item chains
* Item Model Relation at a global and item level
* Quickly insert items with your own item models
* Quickly insert items with your own item models

## Laravel compatibility

Laravel | laracart
:---------|:----------
5.x | .* - 1.1.*
5.4+ | 1.3.*


| Laravel | laracart |
| :------ | :--------- |
| 5.x | ._ - 1.1._ |
| 5.4+ | 1.3.\* |

## Installation

Install the package through [Composer](http://getcomposer.org/). Edit your project's `composer.json` file by adding:

{
"require": {
........,
"lukepolo/laracart": "1.3.*"
}
"require": {
........,
"lukepolo/laracart": "1.3.*"
}
}

If using 5.4 you will need to include the service providers / facade in `app/config/app.php`:
Expand All @@ -52,16 +49,17 @@ Include the Facade :
Copy over the configuration file by running the command:

```
php artisan vendor:publish --provider='LukePOLO\LaraCart\LaraCartServiceProvider'
php artisan vendor:publish --provider='LukePOLO\LaraCart\LaraCartServiceProvider'
```

### Documentation

<a href="http://laracart.lukepolo.com/">http://laracart.lukepolo.com</a>

To Contribute to documentation use this repo :
To Contribute to documentation use this repo :

https://github.com/lukepolo/laracart-docs

License
----
## License

MIT

0 comments on commit e1b5701

Please sign in to comment.