All Projects → GeekGhc → Zhihu App

GeekGhc / Zhihu App

laravel-vue-zhihu ✨

Projects that are alternatives of or similar to Zhihu App

Formvuelar
Vue form components with server-side validation in mind
Stars: ✭ 263 (-33.42%)
Mutual labels:  laravel, vue-components
Vue Quill Editor
🍡@quilljs editor component for @vuejs
Stars: ✭ 6,874 (+1640.25%)
Mutual labels:  vue-components, vue-resource
Vue Touch Ripple
👆 Touch ripple component for @vuejs
Stars: ✭ 443 (+12.15%)
Mutual labels:  vue-components, vue-resource
Vue Codemirror
⌨️ @codemirror component for @vuejs
Stars: ✭ 2,115 (+435.44%)
Mutual labels:  vue-components, vue-resource
Todo Vue
Code for YouTube series on building a Todo App in Vue.js
Stars: ✭ 199 (-49.62%)
Mutual labels:  laravel, vue-components
Laravel cities
Find any country/city in the world. Get Long/Lat etc. Deploy geonames.org database localy. Optimized DB tree
Stars: ✭ 133 (-66.33%)
Mutual labels:  laravel, vue-components
Vue Awesome Swiper
🏆 Swiper component for @vuejs
Stars: ✭ 12,072 (+2956.2%)
Mutual labels:  vue-components, vue-resource
vue-drag-zone
Drag Zone component for @vuejs
Stars: ✭ 127 (-67.85%)
Mutual labels:  vue-components, vue-resource
Vue Video Player
🎞 @videojs component for @vuejs
Stars: ✭ 4,026 (+919.24%)
Mutual labels:  vue-components, vue-resource
Eloquent Taggable
Easily add the ability to tag your Eloquent models in Laravel.
Stars: ✭ 382 (-3.29%)
Mutual labels:  laravel
Collision
💥 Collision is a beautiful error reporting tool for command-line applications
Stars: ✭ 3,993 (+910.89%)
Mutual labels:  laravel
Google Maps
Collection of Google Maps API Web Services for Laravel
Stars: ✭ 380 (-3.8%)
Mutual labels:  laravel
Enlightn
Your performance & security consultant, an artisan command away.
Stars: ✭ 378 (-4.3%)
Mutual labels:  laravel
Laravel Eloquent Uuid
A simple drop-in solution for providing UUID support for the IDs of your Eloquent models.
Stars: ✭ 388 (-1.77%)
Mutual labels:  laravel
Laravel Flash
A lightweight package to flash messages
Stars: ✭ 382 (-3.29%)
Mutual labels:  laravel
Stream Parser
⚡ PHP7 / Laravel Multi-format Streaming Parser
Stars: ✭ 391 (-1.01%)
Mutual labels:  laravel
Laravel Report Generator
Rapidly Generate Simple Pdf, CSV, & Excel Report Package on Laravel
Stars: ✭ 380 (-3.8%)
Mutual labels:  laravel
Vue Persian Datetime Picker
A vue plugin to select jalali date and time
Stars: ✭ 380 (-3.8%)
Mutual labels:  vue-components
Laravel Ueditor
UEditor integration for Laravel.
Stars: ✭ 392 (-0.76%)
Mutual labels:  laravel
Laravel Csp
Set content security policy headers in a Laravel app
Stars: ✭ 388 (-1.77%)
Mutual labels:  laravel

Laravel-Zhihu

基于Laravel5.3 开发

前言

基于 laravist社区知乎系列项目 后台模板采用 AdminLTE-For_Laravel

功能

用户

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

问题

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

后台

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

效果预览

前台部分

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

6.管理员创建

php artisan create:admin

填写完指令要求信息后 管理员创建成功

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].