国产成人精品无码青草_亚洲国产美女精品久久久久∴_欧美人与鲁交大毛片免费_国产果冻豆传媒麻婆精东

15158846557 在線咨詢 在線咨詢
15158846557 在線咨詢
所在位置: 首頁 > 營銷資訊 > 網(wǎng)站運營 > 2020年了,目前市場上,基于PHP 的 CMS ,還有哪些主流的,準備做個企業(yè)網(wǎng)站,

2020年了,目前市場上,基于PHP 的 CMS ,還有哪些主流的,準備做個企業(yè)網(wǎng)站,

時間:2023-11-05 19:06:01 | 來源:網(wǎng)站運營

時間:2023-11-05 19:06:01 來源:網(wǎng)站運營

2020年了,目前市場上,基于PHP 的 CMS ,還有哪些主流的,準備做個企業(yè)網(wǎng)站,求推薦?:

項目介紹

MyCms 是一款基于 Laravel 開發(fā)的開源免費的自媒體博客 CMS 系統(tǒng),適用于個人網(wǎng)站及企業(yè)網(wǎng)站開發(fā)使用,軟件著作權(quán)編號:2021SR1543432。MyCms 基于 Apache2.0 開源協(xié)議發(fā)布,免費且不限制商業(yè)使用,歡迎持續(xù)關(guān)注我們。

系統(tǒng)功能

系統(tǒng)特性

性能提升

Swoole 版本

目前最新版本 v1.3.2+ 已經(jīng)加入 Swoole 支持。 使用新版本的用戶直接安裝后按以下配置即可。

使用舊版本的用戶則需要先安裝 composer require swooletw/laravel-swoole。 在 config/app.php 服務提供者數(shù)組添加該服務提供者。

[ '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. 將網(wǎng)站運行目錄設置為 /public
  3. 訪問 http://xxx.xxx/install 根據(jù)安裝向?qū)нM行在線配置

后臺界面




關(guān)鍵詞:主流,企業(yè),市場,目前

74
73
25
news

版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。

為了最佳展示效果,本站不支持IE9及以下版本的瀏覽器,建議您使用谷歌Chrome瀏覽器。 點擊下載Chrome瀏覽器
關(guān)閉