weiwait/dcat-filesystem-config

Laravel filesystem config for oss cos qiniu

2.0.2 2022-05-26 03:33 UTC

This package is auto-updated.

Last update: 2024-03-26 07:46:14 UTC


README

演示地址

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

依赖扩展

overtrue/laravel-filesystem-cos

overtrue/laravel-filesystem-qiniu

iiDestiny/laravel-filesystem-oss

通过 composer 安装扩展

  composer require weiwait/dcat-filesystem-config

通过选项卡使用

    public function index(Content $content): Content
    {
        $tab = Tab::make();
        $tab->add('文件存储', new \Weiwait\WECHAT\Forms\FilesystemConfig());

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

通过一级菜单使用

示例图片

示例图片

Dcat-admin 扩展列表

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