Download the PHP package webbuildsnl/laracart without Composer
On this page you can find all versions of the php package webbuildsnl/laracart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webbuildsnl/laracart
More information about webbuildsnl/laracart
Files in webbuildsnl/laracart
Download webbuildsnl/laracart
More information about webbuildsnl/laracart
Files in webbuildsnl/laracart
Vendor webbuildsnl
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
^8.2
ext-intl Version *
illuminate/support Version ^11.0 || ^12.0
illuminate/session Version ^11.0 || ^12.0
illuminate/events Version ^11.0 || ^12.0
ext-intl Version *
illuminate/support Version ^11.0 || ^12.0
illuminate/session Version ^11.0 || ^12.0
illuminate/events Version ^11.0 || ^12.0
The package webbuildsnl/laracart contains the following files
Loading the files please wait ....