Coder Social home page Coder Social logo

guider / willchat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tianyong90/willchat

0.0 0.0 0.0 28.36 MB

基于Laravel5的开源微信公众号管理平台系统。

License: MIT License

PHP 12.21% JavaScript 84.67% ApacheConf 0.03% Vue 2.96% HTML 0.14%

willchat's Introduction

WillChat

WillChat 是一套简单的微信管理系统。

默认为多用户多公众号模式,注册后同一用户可添加、管理多个公众号。

目前项目仍在开发和完善中……

环境要求

  • 正确配置了 Apache 或 Nginx 服务器。

  • 安装 PHP5.5.9或以上版本(推荐5.6.x或7.x版本),启用 cUrl、mcrypt扩展。

  • 安装 composer

  • MySQL 或 MariaDB,并设置默认存储引擎为 InnoDB。

  • GD 或 Imagick 扩展。

安装

  1. 克隆代码到自己想要的安装目录

  2. 配置 Apache 或 Nginx 虚拟主机

  3. 安装依赖包

    composer install -vvv
  4. 复制根目录下 .env.example 文件为 .env

  5. 生成APP_KEY

    php artisan key:generate
  6. 创建数据库并在.env 文件中配置数据库、邮件等相关参数

  7. 生成数据表

    php artisan migrate

演示地址

http://www.willchat.wang

该网站目前仅用于功能演示,请勿用于实际公众号运营活动。

使用

访问 http://项目域名/user 进入登录、注册页面,自行注册瓣用户后登录即可。

各功能模块详细使用说明将后期完善……

贡献代码

欢迎有识、有志之士参与本项目,发挥您的聪明才智,贡献优雅的代码。

编写代码请务必遵守 PSR 规范。

同时也欢迎在 GitHub 上提出 Issue, 我将尽量及时作出处理或答复。

致谢

特别感谢超哥 安正超 @overtrueEasyWeChat 微信SDK 为本项目开发带来的便利,以及其 Viease 开源项目给我的参考与启示。

同时感谢在开发过程中给予帮助的众多热心人士!

License

本项目遵循 MIT 开源协议。

但由于项目中前端模板使用了商业授权模板框架 Motronic,若您将本项目用于商业用途,需要自行购买相应的授权。请支持正版,谢谢!

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.