xjchen / wechat-filter

Laravel 包用于获取微信用户身份

v2.0.2 2015-04-28 08:01 UTC

This package is not auto-updated.

Last update: 2024-09-14 16:50:11 UTC


README

使用方法

  • 在 App::before 方法中设置 appid 与 appsecret
  • 例如:
  • Config::set('wechat.appid', 'xxxx'); Config::set('wechat.secret', 'xxxx');