adzon/laravel-notification-wechat is a Laravel package for use wechat to send notification..
It currently has 4 GitHub stars and 39 downloads on Packagist (latest version 1.6).
Install it with composer require adzon/laravel-notification-wechat.
Discover more Laravel packages by adzon
or browse all Laravel packages to compare alternatives.
Last updated
Laravel的notifications使用起来很舒服,但是找了下网上没有使用微信来做通知的包,所以自己做了一个。
不了解notifications是什么的,可以在官方文档中去了解:
https://laravel.com/docs/master/notifications
有问题请邮件联系我: [email protected]
本项目可以在 Laravel 5.4中使用 Wechat 来通知客户。
composer require adzon/laravel-notification-wechat
php artisan make:notification NewInvoice
NewInvoice文件内容参见 demo/NewInvoice.php
请直接参见commit提交~~~
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.