mario1515/laravel-eccomerce-cart

A Laravel Package that includes an Ecommerce Cart

Maintainers

Package info

github.com/Mario1515/laravel-cart

pkg:composer/mario1515/laravel-eccomerce-cart

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.9 2025-12-05 14:47 UTC

This package is auto-updated.

Last update: 2026-03-08 08:23:11 UTC


README

A Laravel Cart package for Ecommerce stores (BETA version).

Install the package via Composer:

composer require mario1515/laravel-eccomerce-cart

Laravel will automatically register the service provider and facade through package auto-discovery.

The package includes all necessary database migrations. Publish them to your application:

php artisan vendor:publish --tag=laravel-cart-migrations

This will copy the migration files into:

database/migrations/

After publishing, run:

php artisan migrate