yasinsvr/cart
最新稳定版本:v1.1.0
Composer 安装命令:
composer require yasinsvr/cart
包简介
Laravel shopping cart
README 文档
README
A Shopping Cart Implementation for Laravel Framework
It's ready for version 10 & 11 & 12
INSTALLATION
Install the package through Composer.
composer require yasinsvr/cart
CONFIGURATION
- Open config/app.php and add this line to your Service Providers Array.
YasinSVR\Cart\CartServiceProvider::class
- Open config/app.php and add this line to your Aliases
'Cart' => YasinSVR\Cart\Facades\CartFacade::class
- Optional configuration file (useful if you plan to have full control)
php artisan vendor:publish --provider="YasinSVR\Cart\CartServiceProvider" --tag="config"
I'll Make Documation Soon :)
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-27