Package Data | |
---|---|
Maintainer Username: | jiangchengbin |
Maintainer Contact: | jiang_chengbin@qq.com (Joe Jiang) |
Package Create Date: | 2015-06-25 |
Package Last Update: | 2015-07-22 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:05:38 |
Package Statistics | |
---|---|
Total Downloads: | 21 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
================= Laravel 5 wrapper for the WeiXin API.
Require this package, with Composer, in the root directory of your project.
composer require jiangchengbin/weixin:~1.0
Add the service provider to config/app.php
in the providers
array.
'Jiangchengbin\weixin\WeiXinServiceProvider'
If you want you can use the facade. Add the reference in config/app.php
to your aliases array.
'Weixin'=> 'Jiangchengbin\weixin\Facades\WeiXin',
Laravel Debug requires connection configuration. To get started, you'll need to publish all vendor assets:
php artisan vendor:publish