wechat playground
1.0.0
これは現在テスト体験版であり、機能はまだ完璧ではありません。フィードバック (バグ、機能など) を歓迎します。
$ composer require mingyoung/wechat-playground:^1.0@dev
インストール後にフロントエンド ファイルを公開する
$ php artisan vendor:publish --tag=wechat-playground-assets --force
use WeChatPlayground Playground ;
use Illuminate Http Request ;
use EasyWeChat Factory ;
Playground:: use ( function ( Request $ request ) {
return Factory:: officialAccount ([
' app_id ' => ' wx13123456789e20 ' ,
' secret ' => ' d88e35627234289348743ba9590c32 ' ,
]);
});
次に、URL http://example.com/wechat-playground を開きます。
WECHAT_PLAYGROUND_PATH=awesome