Skip to content

fecshop/yii2_fecshop_redis_cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Latest Stable Version Total Downloads Latest Unstable Version License

Fecshop Redis购物车的实现

fecshop 采用redis实现底层, 存储用户的cart信息。

安装

composer require --prefer-dist fancyecommerce/fecshop_redis_cart 

or 在根目录的composer.json中添加

"fancyecommerce/fecshop_redis_cart": "1.1.0"

注意版本号:

fecshop-1.7.1.0以上版本请使用yii2_fecshop_redis_cart-1.2.0以上的版本

fecshop-1.7.0.0以下的版本请使用yii2_fecshop_redis_cart-1.1.0

版本查看:https://github.com/fecshop/yii2_fecshop_redis_cart/releases

https://github.com/fecshop/yii2_fecshop_redis_cart/releases

然后执行

composer update

配置

1.配置文件复制

vendor\fancyecommerce/fecshop_redis_cart\config\fecshop_rediscart.php 复制到 @common\config\fecshop_third_extensions\fecshop_rediscart.php(需要创建该文件)

该文件是扩展的配置文件,通过上面的操作,加入到fecshop的插件配置中

2.redis配置

Cart信息保存到磁盘,因此需要配置redis写入到磁盘,可以参看: yii2 – redis 配置1.2 (可选操作)对于redis的磁盘存储 部分。

3.配置文件

4.然后,cart信息就存储到redis里面了,该扩展安装在路径 vendor/fancyecommerce/fecshop_redis_cart