下载啦:请放心下载,安全无病毒!

软件提交最近更新 热门排行
您现在的位置: 下载啦 > 编程开发 > 源码相关 > 魔众博客系统 v3.0.0官方版
魔众博客系统 v3.0.0官方版
0%
0%

魔众博客系统 v3.0.0官方版 魔众博客系统

  • 软件介绍
  • 软件截图
  • 相关下载
  • 相关文章

魔众博客系统是一款简洁的博客系统,采用PHP+Mysql架构,全新的ModStart架构,可以搭建出完整的博客系统,界面优雅,支持多终端展示。整个搭建配置过程非常的简单,入门级别。

魔众博客系统 v3.0.0官方版

安装配置教程

环境要求

操作系统

Linux/Unix 或 Windows

软件环境

Laravel 5.1 的运行环境,Apache/Nginx , PHP 5.5.9+ 或 PHP 7+ , MySQL 5.0+

安装步骤配置 apache/nginx 服务器,请将网站的根目录配置到 <网站目录>/public;

访问 http://www.example.com/install;

使用安装引导向导进行安装;

Nginx参考配置server {

listen 80;

server_name demo.tecmz.com;

charset utf-8;

index index.php index.html;

root /var/www/html/demo.tecmz.com/public;

autoindex off;

location ^~ /.git {

deny all;

}

location / {

try_files $uri $uri/ /index.php?$query_string;

}

location ~ .php$ {

fastcgi_pass 127.0.0.1:9000;

fastcgi_index index.php;

fastcgi_param PHP_VALUE "open_basedir=/var/www/html/demo.tecmz.com/:/tmp/:/var/tmp/";

fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

include fastcgi_params;

}

location ~ .(gif|jpg|jpeg|png|bmp|ico|css|js)$ {

expires max;

}

location ~* .(eot|ttf|woff|woff2)$ {

add_header Access-Control-Allow-Origin '*';

}

}

Apache参考配置

ServerName www.example.com

DocumentRoot d:/wwwroot/example.com/public

更新日志

2021年05月20日魔众博客系统发布v3.0.0版本,增加了以下6个特性:

[新功能] 全新使用ModStart架构

[系统优化] 后台表格显示优化

[系统优化] 文件管理弹框显示优化

[系统优化] 页面布局优化,自适应显示更智能

[系统优化] 优化前端打包规范,缓存公共逻辑

[系统优化] 后台标签显示优化

魔众博客系统,更优雅的博客管理系统。

  • 魔众博客系统v3.0.0官方版(1)

下载地址

  • Pc版

魔众博客系统 v3.0.0官方版

软件评论 您的评论需要经过审核才能显示

请自觉遵守互联网相关政策法规,评论内容只代表网友观点,与本站立场无关!
网友评论

热门精选

热门推荐