lukepolo / laracart
适用于 Laravel 的简单购物车
2.4.0
2024-05-21 18:21 UTC
Requires
- php: ~7.3 || ~7.4 || ~8.0
- ext-intl: *
- illuminate/events: ~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0
- illuminate/session: ~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0
- illuminate/support: ~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- mockery/mockery: ^1.0
- orchestra/database: ~3.5.0|~3.7.0|~3.8.0
- orchestra/testbench: ~3.5.0|~3.7.0|~3.8.0 || ^9.0
- phpunit/phpunit: ^7.5 || ^10.5
- dev-master
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1
- 2.0.x-dev
- 2.0
- 2.0-RC5
- 2.0-RC4
- 2.0-RC3
- 2.0-RC2
- 2.0-RC1
- 1.12.0-RC-1
- 1.11.0
- 1.10.0
- 1.9.1
- 1.9.0
- 1.8.4
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.0
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.13
- 1.5.12
- 1.5.11
- 1.5.10
- 1.5.9
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.1-rc
- 1.4.0
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.x-dev
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.x-dev
- 1.1.46
- 1.1.45
- 1.1.44
- 1.1.43
- 1.1.42
- 1.1.41
- 1.1.40
- 1.1.39
- 1.1.38
- 1.1.37
- 1.1.36
- 1.1.35
- 1.1.34
- 1.1.33
- 1.1.32
- 1.1.31
- 1.1.30
- 1.1.29
- 1.1.28
- 1.1.27
- 1.1.26
- 1.1.25
- 1.1.24
- 1.1.23
- 1.1.22
- 1.1.21
- 1.1.20
- 1.1.19
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.3.0
- 0.2.15
- 0.2.14
- 0.2.13
- 0.2.12
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1
- 0.0.1
- 0.0.0
- dev-chore/prettier
- dev-bug/multi-coupons
- dev-feature/fix-coupon-rounding
- dev-feature/remove-format-items
- dev-feature/remove-format-on-items
- dev-chore/update-phpunit
- dev-chore/dep-updates
- dev-bug/275
- dev-develop
- dev-dev
This package is auto-updated.
Last update: 2024-09-21 19:06:38 UTC
README
特性
- 优惠券
- 基于会话的系统
- 跨设备支持
- 多个购物车实例
- 如运费等费用
- 项目级别的税费
- 价格显示货币和地区
- 复杂系统的无限项目链
- 项目链中所有项目的总计
- 全局和项目级别的项目模型关系
- 快速插入您自己的项目模型
Laravel 兼容性
安装
通过 Composer 安装该包。编辑您的项目 composer.json 文件,添加以下内容:
{
"require": {
........,
"lukepolo/laracart": "1.11.*"
}
}
如果您使用的是 5.4,则需要将服务提供程序/外观包括在 app/config/app.php 中
LukePOLO\LaraCart\LaraCartServiceProvider::class,
包含外观
'LaraCart' => LukePOLO\LaraCart\Facades\LaraCart::class,
通过运行以下命令复制配置文件:
php artisan vendor:publish --provider='LukePOLO\LaraCart\LaraCartServiceProvider'
文档
要为文档做出贡献,请使用此仓库
https://github.com/lukepolo/laracart-docs
许可证
MIT