A Laravel Package that includes an Ecommerce Cart
mario1515/laravel-eccomerce-cart is a Laravel package for a laravel package that includes an ecommerce cart.
It currently has 0 GitHub stars and 11 downloads on Packagist (latest version v1.0.9).
Install it with composer require mario1515/laravel-eccomerce-cart.
Discover more Laravel packages by mario1515
or browse all Laravel packages to compare alternatives.
Last updated
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