1 Star 0 Fork 33

seikaiself / Mamba Blog

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

简介

  • 基于Laravel开发,支持markdown语法的博客。

功能介绍

  • markdown文章编辑器
  • 文章发布
  • 时间轴
  • 评论功能(3.25添加评论功能,评论回复邮件提醒功能)
  • 浏览数统计
  • 文章分类
  • 文章标签
  • 导航栏自定义
  • 文章评论
  • 关键词
  • 搜索功能
  • 系统基本设置
  • 友情链接
  • 文件上传管理

获取源码

源码地址:码云

  • 使用gitclone获取源码
git clone https://gitee.com/kesixin/Mamba-Blog.git

运行环境要求

  • PHP : 5.6+
  • MYSQL : 5.6+
  • Composer

进入项目目录

cd Mamba_Blog

安装项目依赖

composer install

生成.env

cp .env.example .env
php artisan key:generate

修改.env文件配置

APP_DEBUG=true #开启调试
DB_HOST= #数据库地址
DB_PORT=3306 #数据库端口
DB_DATABASE= #数据库名称
DB_USERNAME= #数据库用户
DB_PASSWORD= #数据库密码

数据迁移和数据填充

php artisan migrate
php artisan db:seed --class=UserTableSeeder

调优

  • 部署到线上可选,本地测试无需执行
php artisan optimize  //优化类加载
php artisan config:cache  //配置缓存
php artisan route:cache  //路由缓存

后台登录

界面图

Empty file

About

PHP 开发的个人博客 expand collapse
PHP
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
PHP
1
https://gitee.com/phpself/Mamba-Blog.git
git@gitee.com:phpself/Mamba-Blog.git
phpself
Mamba-Blog
Mamba Blog
master

Search

53164aa7 5694891 3bd8fe86 5694891