mario1515/laravel-eccomerce-cart
最新稳定版本:v1.0.9
Composer 安装命令:
composer require mario1515/laravel-eccomerce-cart
包简介
A Laravel Package that includes an Ecommerce Cart
README 文档
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
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-21