Giter VIP home page Giter VIP logo

thinksns-plus's Introduction

StyleCI Build Status CircleCI Codacy Badge Codacy Badge

About TS+

TS+ 是基于 Laravel 开发的一个用户生态基础框架系统,支持动态拓展应用的接入和UI规范设计。 TS+ 在 PHP 版本上选择 >=7.0 版本开发,并使用了强类型语言模式,使开发更规范化。

如何安装

安装 TS+ 上,可能需要一些技术,但是我们会尽量做到最小化的技术操作。

Pre

  • PHP >= 7.0
    • ext-mbstring
    • ext-openssl
  • Composer
  • MySQL
  • Nginx | Apache | IIS
  • Git

Installed

进入你的 www 目录,先克隆仓库:

git clone https://github.com/zhiyicx/thinksns-plus
cd thinksns-plus

复制 .env.example 文件为 .env ,然后打开 .env 文件,对你的站点,数据库等信息进行配置

使用 Composer 进行依赖处理:

composer install

生成加密的key:

php artisan key:generate

数据信息迁移和填充:

php artisan migrate --seed

到此,TS+ 已经安装完成

TS+ 拓展应用开发(component)

TS+ 应用包开发,安装都非常简单,安装包如下:

composer require medz/plus-component-example
php artisan component install medz/plus-component-example

拓展应用开发文档

开发文档

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.