利用旧版本的用户则须要先安装 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

命令

php开源博客系统2021开源分享基于Laravel开辟的开源免费的自媒体博客CMS体系 RESTful API

解释

start

开启

stop

停滞

restart

重启

reload

重载

infos

信息

插件清单

名称

简介

类型  

状态  

价格  

系统记录

后台操作记录

插件

完成

免费

百度推送

百度资源推送,加速页面收录

插件

完成

免费

SEO设置

自定义设置标题,关键词,描述

插件

完成

免费

交情链接

交情链接

插件

完成

免费

网站舆图

天生网站XML舆图

插件

完成

免费

广告管理

广告管理

插件

完成

免费

网址导航

网址导航

插件

完成

免费

SEO优化(URL)

SEO优化(URL)

插件

完成

授权

阿里云OSS

阿里云OSS

插件

完成

授权

Sql转换

Sql转Laravel数据库迁移

插件

完成

授权

在线制作海报

拖拽在线制作海报

插件

完成

授权

语音合成

在线笔墨转语音

插件

完成

授权

QQ登录

QQ登录

插件

完成

授权

模板管理

快速天生模板

插件

完成

授权

阿里云短信

阿里云短信

插件

完成

授权

支付宝支付

个人版(当面付)

插件

完成

授权

采集爬虫

采集爬虫

插件

完成

授权

快速安装下载源码 / 上传源码到做事器在根目录运行 composer install --ignore-platform-reqs在根目录创建.env文件并运行 php artisan key:generate 天生秘钥将网站运行目录设置为 /public访问 http://xxx.xxx/install 根据安装引导进行在线配置后台界面

如果你对源码感兴趣,请点赞+转发+关注+私信【mycms】。

欢迎点赞+转发+关注!
大家的支持是我分享最大的动力!