Code Monkey home page Code Monkey logo

taobaokev3's Introduction

淘宝客系统第三个版本

代码已经全部开源!!! 准备开发第四个版本,把京东、拼多多、唯品会等更多商家的优惠券囊括进来。有好的点子可以和我沟通。

===========历史===============

系统说明

  1. 这是淘宝客系统第三个版本的部分源码,由于在实际应用不方便全部开源,如果需要相关的服务可以联系我或者在这个代码基础上进行二次开发。后面会随着系统的不断升级,会将全部代码开源。
  2. 本系统分为PC端、无线端和APP端,采用独立模板的形式编写。无线端可以针对QQ、微信、浏览器采取不同的显示,例如:优化在微信上领券的过程,解决微信上不能打开淘宝链接的问题。
  3. 系统的效果如下:

系统的效果

龙琴时代优惠券购物网站PC端:https://www.52010000.cn/

龙琴时代优惠券购物网站无线端:https://m.52010000.cn/ (请在手机上访问)

龙琴时代优惠券购物网站APP端:https://www.52010000.cn/download/app

基础安装

运行环境要求

  • PHP >= 7.0

克隆源代码到本地:

> git clone [email protected]:longbeidou/taobaokev3.git

进入项目目录

> cd taobaokev3

安装扩展包依赖

composer install

生成配置文件

cp .env.example .env

你可以根据情况修改 .env 文件里的内容,如数据库连接、缓存、ALIMAMA_APPKEY等配置信息

迁移数据库

$ php artisan migrate --seed

生成秘钥

$ php artisan key:generate

配置 hosts 文件

echo "127.0.0.1   taobaokev3.test" | sudo tee -a /etc/hosts

至此, 安装完成

taobaokev3's People

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.