Giter VIP home page Giter VIP logo

mamba_blog's Introduction

简介

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

功能介绍

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

获取源码

源码地址:Github

  • 使用gitclone获取源码
git clone https://github.com/kesixin/Mamba_Blog.git

运行环境要求

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

进入项目目录

cd new_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  //路由缓存

后台登录

界面图

mamba_blog's People

Contributors

kesixin avatar 237ming 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.