文件名称:微信游乐场::spouting_whale:微信游乐场-开源微信调试工具
文件大小:350KB
文件格式:ZIP
更新时间:2024-03-16 03:12:06
wechat PHP
微信游乐场 当前为测试体验版本,功能未完善,欢迎反馈(错误,功能...) 预览 安装 $ 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 ([ 'a
【文件预览】:
wechat-playground-master
----public()
--------mix-manifest.json(119B)
--------js()
--------css()
----yarn.lock(278KB)
----tailwind.config.js(20B)
----src()
--------Playground.php(1KB)
--------Fields()
--------WeChatPlaygroundServiceProvider.php(1KB)
--------PlaygroundFinder.php(1KB)
--------Http()
--------Playgrounds()
--------EasyWeChat()
--------Exceptions()
--------Panel.php(2KB)
----.php_cs(588B)
----webpack.mix.js(314B)
----config()
--------wechat-playground.php(313B)
----phpunit.xml(820B)
----README.md(945B)
----resources()
--------views()
--------js()
--------sass()
----tests()
--------PlaygroundTest.php(493B)
--------TestCase.php(491B)
----.gitignore(38B)
----routes()
--------web.php(721B)
----package-lock.json(404KB)
----package.json(1KB)
----composer.json(1KB)