xypp/flarum-websocket-notification 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

xypp/flarum-websocket-notification

最新稳定版本:v0.2.1

Composer 安装命令:

composer require xypp/flarum-websocket-notification

包简介

An extension provides a light weight websocket realtime implementation for Flarum.

关键字:

README 文档

README

All functions/appearances are not stable now and may be changed in future.

If you want to have an early access to this extension, please

  • Back up ALL YOUR DATA! (database, files, etc.)
  • Install this extension, And check all settings in admin panel.
  • If problem occurs, you can submit it to github issue. However it's not guaranteed to be fixed.

Websocket Notification

An extension provides a light weight websocket realtime implementation for Flarum.

This extension current provides the following features:

  • Show new post/discussion on the top of discussion page
  • Auto append new post to the bottom of discussion page.
  • Show a floating window for all notifications supports alert.

Usage

  1. Install this extension.
  2. Run php flarum xypp-wsn:serve in your Flarum root directory.
  3. Reload the page.

You need to make the command always running in background. Using screen or nohup is the possible solution.

Installation

Install with composer:

composer require xypp/flarum-websocket-notification:"*"

Updating

composer update xypp/flarum-websocket-notification:"*"
php flarum migrate
php flarum cache:clear

Links

统计信息

  • 总下载量: 360
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-07-30