Need a shopping cart

Beside this https://github.com/Crinsane/LaravelShoppingcart that depends on laravel, is there a smaller cart or at least depends on smaller frameworks?

as you did not provide any information about what you want to achieve, or what “smaller” means, i would recommend to just use a plain session

$_SESSION['cart'] = ...
1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.