Download the PHP package mirchaye/laravel-shopping-cart without Composer
On this page you can find all versions of the php package mirchaye/laravel-shopping-cart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mirchaye/laravel-shopping-cart
More information about mirchaye/laravel-shopping-cart
Files in mirchaye/laravel-shopping-cart
Package laravel-shopping-cart
Short Description Simple laravel shopping cart package
License MIT
Homepage https://github.com/mirchaye/laravel-shopping-cart
Informations about the package laravel-shopping-cart
Simple laravel shopping cart package
This Shopping Cart Package is a versatile and user-friendly shopping cart solution for Laravel applications. It empowers developers to effortlessly integrate a shopping cart system into their e-commerce projects.
:heavy_plus_sign: Features:
- Easy Cart Management: Add, update, and remove items from the cart with simple and intuitive methods.
- Multiple Instances: Create multiple instances of the cart, each with its own set of items, catering to different requirements.
- Flexible VAT Handling: Support for items with or without VAT, giving you control over tax calculations.
- Custom Tax Rate: Set the tax rate for the cart to ensure accurate tax calculation based on your region or business rules.
- Convenient Totals: Get total, subtotal, and tax amounts with ease, making it a breeze to display accurate cart summaries.
- Comprehensive Testing: The package comes with a robust suite of unit tests, ensuring reliable and bug-free functionality.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Optionally, you can publish the views using
Usage
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Micheal Ataklt
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-shopping-cart with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0