All Projects → qliang0816 → blog_interface

qliang0816 / blog_interface

Licence: other
data interface of my blog

Programming Languages

PHP
23972 projects - #3 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to blog interface

voyager-cheatsheet
Laravel Voyager Cheat Sheet
Stars: ✭ 32 (+88.24%)
Mutual labels:  voyager
Voyager
voyager-zh for laravel
Stars: ✭ 27 (+58.82%)
Mutual labels:  voyager
voyager-redirects
A Hook that allows you to add redirects to your Laravel and Voyager App
Stars: ✭ 31 (+82.35%)
Mutual labels:  voyager
wave
Wave - The Software as a Service Starter Kit, designed to help you build the SAAS of your dreams 🚀 💰
Stars: ✭ 3,646 (+21347.06%)
Mutual labels:  voyager
bread-templates
BREAD Templates with Voyager
Stars: ✭ 19 (+11.76%)
Mutual labels:  voyager
voyager-page-blocks
A module to provide page blocks for Voyager 📝
Stars: ✭ 80 (+370.59%)
Mutual labels:  voyager
voyager-portfolio
A Portfolio Module for Laravel Voyager 💋
Stars: ✭ 15 (-11.76%)
Mutual labels:  voyager
Voyager
Voyager - The Missing Laravel Admin
Stars: ✭ 10,801 (+63435.29%)
Mutual labels:  voyager

关于 传送门

  • laravel 5.5
  • voyager

目前实现功能

  • 文章主界面
  • markdown文章详细内容
  • 文章分类
  • 标签分类
  • 相册功能
  • 时间线功能

后续将会加入

  • 文章点赞功能
  • 文章访问量统计
  • 评论功能
  • 高质量文章推荐功能
  • .....

部署服务器的一些备忘

安装docker

链接: https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/

安装docker-compose

链接:https://docs.docker.com/compose/install/

镜像加速器

在 /etc/docker/daemon.json 中写入如下内容(如果文件不存在请新建该文件)

{
  "registry-mirrors": [
    "https://registry.docker-cn.com"
  ]
}

重启服务

$ sudo systemctl daemon-reload
$ sudo systemctl restart docker
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].