Giter Club home page Giter Club logo

faka's Introduction

Build Status Latest Stable Version License

快速体验

关于荔枝发卡系统

荔枝发卡系统乃博主历尽数天开发完成,原生php开发,数据库底层使用Eloquent ORM组件,模板渲染使用Smarty3.1组件,会话保持使用session开发,欢迎各位欧尼酱使用以及转载。

  • 云更新,为了去掉繁琐的后续版本更新又要下载又要升级数据库等等琐事,所以本程序实现了自动更新,一旦出现新版本,后台只需要点击按钮即可自动完成程序的所有无缝升级。
  • 基础功能,卡密销售,后台添加商品,然后导入卡密,进行售卡。
  • 批发优惠功能,商品中可开启批发优惠功能,以及编写优惠规则,客户一次性购买达到规定数量则会进行优惠。
  • 支付对接,为了满足所有人的需求,让用户自己对接支付平台是不现实的,所以支付对接请交给作者,如果你想接入其他支付平台,你只需要将需求提交给作者,作者会在2小时内完成对接,届时,你只需要在后台添加新的支付方式就可以立即使用。
  • 界面优化,完美支持PC和手机,真正的内外二次元文化。
  • 还有更多强大的功能,需要安装自己发掘。至此,介绍完毕。

程序安装教程

  • 在安装之前,请检查你的系统环境,php>=7.2,MySQL版本>=5.6,如果你满足这两个条件,表示你已经具备了安装条件。
  • 将源码下载至你的服务器,然后执行composer install安装依赖组件。
  • 以上步骤完成后,然后配置伪静态,Apache无需配置,根目录已经有.htaccess文件了,但如果你是Nginx,则需要配置伪静态。
  • 下面是Nginx伪静态规则:
location / {
      if (!-e $request_filename){
              rewrite ^(.*)$ /index.php?s=$1 last; break;
      }
}
  • 配置完成后,访问你的首页,即可开始安装。
  • 安装完成后,后台地址是:https://你的域名/admin

更多支持

faka's People

Contributors

lizhipay avatar

Watchers

James Cloos 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.