Giter Site home page Giter Site logo

zhihu-app's Introduction

Laravel-Zhihu

基于Laravel5.3 开发

前言

基于laravist社区知乎系列项目

功能

用户

  • 登录注册(邮件认证)
  • 用户设置
  • 头像上传至七牛云存储
  • 修改密码
  • 忘记密码(邮件认证)
  • 用户相互关注(邮件提醒)
  • 用户发送私信(消息通知)
  • 显示私信(已读和未读)
  • 标志私信
  • 标志私信全部已读
  • 回复私信
  • 个人主页(各项数据)

问题

  • 问题列表
  • 收藏问题(消息通知)
  • 分享问题到第三方
  • 问题答案评论(消息通知)
  • 问题评论,答案评论(消息通知)
  • 答案点赞
  • 发布问题
  • 修改问题(仅限问题的作者)
  • 删除问题(仅限问题的作者)

后台

  • 系统用户
  • 系统用户资料修改,删除
  • 管理员资料修改
  • 创建问题(可置顶)
  • 编辑问题(对任何用户的问题)
  • 删除问题(对任何用户的问题)
  • 问题评论
  • 删除问题评论(对任何用户的评论)
  • 文章标签
  • 删除文章标签

效果预览

前台部分

1 2 3 5

后台部分

8 9

安装

前台部分为1.0版本 前后台为2.0版本

1.克隆源码到本地

git clone https://github.com/GeekGhc/zhihu-app

2.进入项目目录

cd zhihu-app

3. 拷贝.env文件

一些 secret key 改成自己服务的key即可

cp .env.example .env

4. 下载相关的依赖包(也可以使用yarn)

下载laravel相关依赖的包

composer install

5. 创建数据

php artisan zhihu:install

zhihu-app's People

Watchers

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