Package Data | |
---|---|
Maintainer Username: | kangfenmao |
Maintainer Contact: | elekids@qq.com (elekids) |
Package Create Date: | 2017-07-27 |
Package Last Update: | 2018-12-27 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-06 03:05:55 |
Package Statistics | |
---|---|
Total Downloads: | 42 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 7 |
Total Watchers: | 1 |
Total Forks: | 1 |
Total Open Issues: | 0 |
本项目可以在 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官方文档
The MIT License (MIT). Please see License File for more information.