2 installation
TheNorthMemory edited this page 2015-06-13 15:21:23 +08:00

Environments

Laravel 5 SDK wrapper

Installations

  1. By composer:
composer require overtrue/wechat
  1. By Downlads

and then point-out the package autoload.php file such as:

<?php

require __DIR__ . "/wechat/autoload.php";
...