excitedcat/laravel-notification-wechat

Use Wechat to send notification.

Maintainers

Package info

github.com/kangfenmao/laravel-notification-wechat

Homepage

pkg:composer/excitedcat/laravel-notification-wechat

Statistics

Installs: 42

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 0

1.0.5 2018-09-02 10:54 UTC

This package is not auto-updated.

Last update: 2026-03-01 10:59:42 UTC


README

本项目可以在 Laravel >=5.3中使用 EasyWechat 来通知客户。

安装说明

composer require excitedcat/laravel-notification-wechat

使用说明

编辑config/app.php文件在providers数组中增加:

ExcitedCat\WechatNotification\WechatServiceProvider::class

创建Notification

php artisan make:notification NewOrder

调用方式参考Laravel官方文档

License

The MIT License (MIT). Please see License File for more information.