firstphp/jiayumsg

WEB消息通知服务

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/firstphp/jiayumsg

1.2 2018-04-24 07:53 UTC

This package is not auto-updated.

Last update: 2025-10-02 02:23:50 UTC


README

消息通知服务

安装扩展

composer require firstphp/jiayumsg:"1.2"

注册服务:

Firstphp\Jiayumsg\Providers\JiayumsgServiceProvider::class

发布配置:

php artisan vendor:publish --provider="Firstphp\Jiayumsg\Providers\JiayumsgServiceProvider"

数据表迁移:

php artisan migrate

示例代码

use Firstphp\Jiayumsg\Facades\JiayumsgFactory;
......