Giter Club home page Giter Club logo

minishop-cms-backend's Introduction

MiniShop-CMS-backend

php version ThinkPHP version LISENCE

简介

本项目是基于TP5.1框架的商城后台后端程序

配套项目请访问

线上 Demo

http://cms.jxw-lzw.cn 用户名:super 密码:123456

快速开始

  • 安装MySQL(version: 5.6+)

  • 安装PHP环境(version: 7.1+)

  • 安装WEB服务器(Apache / Nginx)

  • 下载工程项目

  • 使用composer工具安装依赖包

composer install

数据库配置

新建一个数据库,导入DataBase.sql。进入工程根目录下/config/database.php,找到如下配置项:

// 服务器地址
  'hostname'        => '',
// 数据库名
  'database'        => '',
// 用户名
  'username'        => 'root',
// 密码
  'password'        => '',
  
//省略后面一堆的配置项

其他配置

进入工程根目录下/config/api/,根据自己的实际情况填写各项配置

特别说明

本项目学习自沁尘大佬的Lin-CMS-TP5,并结合项目需求增加了一些功能(如增加了邮费模块、商品套餐模块等),在学习过程中也有幸贡献了几个PR。感谢沁尘大佬的支持。

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.