15158846557 在线咨询 在线咨询
15158846557 在线咨询
所在位置: 首页 > 营销资讯 > 网站运营 > 2020年了,目前市场上,基于PHP 的 CMS ,还有哪些主流的,准备做个企业网站,

2020年了,目前市场上,基于PHP 的 CMS ,还有哪些主流的,准备做个企业网站,

时间:2023-11-05 19:06:01 | 来源:网站运营

时间:2023-11-05 19:06:01 来源:网站运营

2020年了,目前市场上,基于PHP 的 CMS ,还有哪些主流的,准备做个企业网站,求推荐?:

项目介绍

MyCms 是一款基于 Laravel 开发的开源免费的自媒体博客 CMS 系统,适用于个人网站及企业网站开发使用,软件著作权编号:2021SR1543432。MyCms 基于 Apache2.0 开源协议发布,免费且不限制商业使用,欢迎持续关注我们。

系统功能

系统特性

性能提升

Swoole 版本

目前最新版本 v1.3.2+ 已经加入 Swoole 支持。 使用新版本的用户直接安装后按以下配置即可。

使用旧版本的用户则需要先安装 composer require swooletw/laravel-swoole。 在 config/app.php 服务提供者数组添加该服务提供者。

[ 'providers' => [ SwooleTW/Http/LaravelServiceProvider::class, ],]

Nginx 配置

map $http_upgrade $connection_upgrade { default upgrade; '' close;}server { listen 80; server_name your.domain.com; root /path/to/laravel/public; index index.php; location = /index.php { # Ensure that there is no such file named "not_exists" # in your "public" directory. try_files /not_exists @swoole; } # any php files must not be accessed #location ~* /.php$ { # return 404; #} location / { try_files $uri $uri/ @swoole; } location @swoole { set $suffix ""; if ($uri = /index.php) { set $suffix ?$query_string; } proxy_http_version 1.1; proxy_set_header Host $http_host; proxy_set_header Scheme $scheme; proxy_set_header SERVER_PORT $server_port; proxy_set_header REMOTE_ADDR $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; # IF https # proxy_set_header HTTPS "on"; proxy_pass http://127.0.0.1:1215$suffix; }}

Swoole 运行

php artisan swoole:http start

快速安装

  1. 下载源码 / 上传源码到服务器
  2. 将网站运行目录设置为 /public
  3. 访问 http://xxx.xxx/install 根据安装向导进行在线配置

后台界面




关键词:主流,企业,市场,目前

74
73
25
news

版权所有© 亿企邦 1997-2025 保留一切法律许可权利。

为了最佳展示效果,本站不支持IE9及以下版本的浏览器,建议您使用谷歌Chrome浏览器。 点击下载Chrome浏览器
关闭