A clean shopping cart implementation for Laravel. This package uses PSR-4 standard
You can install the package via composer:
composer require lpmatrix/cartieCartie::add(['id'=>1, 'name'=>'Airforce', 'price'=>150, 'quantity'=>1]);Cartie::update(['rowid'=>'c9f0f895fb98ab9159f51fd0297e236d', 'quantity'=>2]);Cartie::remove('c9f0f895fb98ab9159f51fd0297e236d');Cartie::clear();Cartie::contents();Cartie::totalItems();Cartie::totalPrice();composer testPlease see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email mubaraqsanusi908@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.