Download the PHP package lukepolo/laracart without Composer
On this page you can find all versions of the php package lukepolo/laracart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lukepolo/laracart
More information about lukepolo/laracart
Files in lukepolo/laracart
Download lukepolo/laracart
More information about lukepolo/laracart
Files in lukepolo/laracart
Vendor lukepolo
Package laracart
Short Description A simple cart for Laravel
License MIT
Homepage https://github.com/lukepolo/laracart
Package laracart
Short Description A simple cart for Laravel
License MIT
Homepage https://github.com/lukepolo/laracart
Please rate this library. Is it a good library?
Informations about the package laracart
LaraCart - Laravel Shopping Cart Package (http://laracart.lukepolo.com)
Features
- Coupons
- Session Based System
- Cross Device Support
- Multiple cart instances
- Fees such as a delivery fee
- Taxation on a the item level
- Prices display currency and locale
- 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
Laravel compatibility
Laravel | laracart |
---|---|
5.1 | 5.2 | 5.3 | 1.1 | 1.2 |
5.4+ | 1.* |
Installation
Install the package through Composer. Edit your project's composer.json
file by adding:
{
"require": {
........,
"lukepolo/laracart": "1.11.*"
}
}
If using 5.4 you will need to include the service providers / facade in app/config/app.php
:
Include the Facade :
Copy over the configuration file by running the command:
Documentation
To Contribute to documentation use this repo :
https://github.com/lukepolo/laracart-docs
License
MIT
All versions of laracart with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.3 || ~7.4 || ~8.0
ext-intl Version *
illuminate/support Version ~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0
illuminate/session Version ~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0
illuminate/events Version ~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0
ext-intl Version *
illuminate/support Version ~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0
illuminate/session Version ~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0
illuminate/events Version ~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0
The package lukepolo/laracart contains the following files
Loading the files please wait ....