Skip to content

weiwait/dcat-wechat-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dcat Admin Extension

演示地址

demo: http://dcat.weiwait.cn (admin:admin)

依赖扩展

w7corp/easywechat

通过 composer 安装扩展

  composer require weiwait/dcat-wecaht-config

通过选项卡使用

    public function index(Content $content): Content
    {
        $tab = Tab::make();
        $tab->add('微信小程序', new \Weiwait\WECHAT\Forms\WechatAppletConfig());

        return $content->title('配置')
            ->body($tab->withCard());
    }

    // 调用
    \Weiwait\Wechat\Application::applet()->auth->session($code);
    \Weiwait\Wechat\Application::pay();

通过一级菜单使用

示例图片

示例图片

Dcat-admin 扩展列表

  1. 单图裁剪
  2. 区划级联+坐标拾取
  3. smtp快速便捷配置
  4. sms channel 快速便捷配置