Skip to content

xiaomlove/nexusphp

php8
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 25, 2023 17:18
December 26, 2020 01:42
December 26, 2020 01:42
June 8, 2022 16:49
August 24, 2023 02:28
January 14, 2021 20:44
November 21, 2023 13:49
September 29, 2023 13:54
November 22, 2023 14:50
September 3, 2023 04:54
April 2, 2021 19:48
December 26, 2020 01:42
April 2, 2021 19:48
December 26, 2020 01:42
September 3, 2023 04:54
December 26, 2020 01:42
December 26, 2020 01:42
June 12, 2023 02:12
April 1, 2023 21:55
April 1, 2023 21:55
October 27, 2022 20:21
October 27, 2022 20:21

中文 | English

完整的 PT 建站解决方案。基于 NexusPHP + Laravel + Filament。

欢迎参与国际化工作,点击 这里 了解详情

功能特性

  • 发种
  • 特别区
  • 求种
  • 字幕
  • 考核
  • H&R
  • 认领
  • 审核
  • 签到
  • 补签卡
  • 勋章
  • 道具
  • 自定义标签
  • 第三方全文搜索
  • 盒子规则
  • 论坛
  • 申诉
  • 多语言
  • 自动备份
  • 插件支持
  • 管理后台
  • Json API
  • ....

以下功能由插件提供

  • 帖子点赞
  • 帖子奖励
  • 置顶促销
  • 自定义菜单
  • 幸运大转盘
  • 自定义角色权限
  • 分区 H&R

系统要求

  • PHP: 8.0|8.1|8.2,必须扩展:bcmath, ctype, curl, fileinfo, json, mbstring, openssl, pdo_mysql, tokenizer, xml, mysqli, gd, redis, pcntl, sockets, posix, gmp, zend opcache
  • Mysql: 5.7 最新版或以上版本
  • Redis:2.6.12 或以上版本

快速开始

安装 docker。
其中 DOMAIN 是你要使用的域名,先做好解析。 没有域名使用 IP 亦可。
端口按需要指定,如果本地 80 端口已经使用,请更换,保证端口对外开放。
第 2 步创建 .env 选择正确的时区 TIMEZONE,其他默认即可。

docker pull xiaomlove/nexusphp:latest
docker run --name my-nexusphp -e DOMAIN=xxx.com -p 80:80 xiaomlove/nexusphp:latest

生产环境建议参考文档实机安装。

更多信息

博客:https://nexusphp.org
文档:https://doc.nexusphp.org
Telegram: https://t.me/nexusphp

Project supported by JetBrains

Many thanks to Jetbrains for kindly providing a license for me to work on this and other open-source projects.