faysal0x1/cart-module

Cart service module for Laravel REST + Inertia apps.
12
Install
composer require faysal0x1/cart-module
Latest Version:1.0.0
PHP:^8.2
License:MIT
Last Updated:Jan 11, 2026
Links: GitHub  ·  Packagist
Maintainer: faysal0x1

Cart Module

Provides cart services, API endpoints, and migrations for Laravel applications using nwidart/laravel-modules.

Installation

composer require nwidart/laravel-modules
composer require joshbrw/laravel-module-installer
composer require faysal0x1/cart-module
php artisan module:enable Cart
php artisan migrate
php artisan optimize:clear

Features

  • Cart service binding (modules.cart.service)
  • API routes in routes/api.php
  • Database tables for cart sessions/items

License

MIT

Related Packages

php-soft/laravel-shopping-cart

Laravel Shopping Cart Module

231 7
pixelpeter/laravel5-woocommerce-api-client

Laravel 5 wrapper for the Woocommerce REST API

106,547 123
nwidart/laravel-modules

Laravel Module management

17,729,224 6,207