GithubHelp home page GithubHelp logo

jangocheng / yii2_fecshop_redis_cart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fecshop/yii2_fecshop_redis_cart

0.0 2.0 0.0 17 KB

fecshop cart use redis storage

License: BSD 3-Clause "New" or "Revised" License

PHP 100.00%

yii2_fecshop_redis_cart's Introduction


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"

然后执行

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

yii2_fecshop_redis_cart's People

Contributors

fancyecommerce avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.