承接 istvan0304/ckfilemanager 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

istvan0304/ckfilemanager

最新稳定版本:1.3.0

Composer 安装命令:

composer require istvan0304/ckfilemanager

包简介

File manager for ck editor

README 文档

README

Requirements

  • php >=7.2
  • mySQL >=5.7

Installation

The preferred way to install this extension is through composer.

  • Run

    $ php composer.phar require istvan0304/ckfilemanager "dev-master"

or add:

    "istvan0304/ckfilemanager": "dev-master"

to the require section of your application's composer.json file.

  • Run the migrate to create the database table

      yii migrate --migrationPath=@istvan0304/ckfilemanager/migrations
    
  • Add new modules section to your configuration file:

      'modules' => [
      	'ckfilemanager' => [
                      'class' => 'istvan0304\ckfilemanager\Module'
                  ]
      ],
    
  • Add a new component in components section of your configuration file:

      'ckfilemanager' => [
                  'class' => 'istvan0304\ckfilemanager\components\CkFileManagerComponent',
                  'useOriginalFilename' => false,     		     //use filename (seo friendly) or use a hash
                  'uploadPath' => 'uploads/files',                 //set upload path (default /uploads)
                  'allowDuplicateFile' => false,                  //Let you to upload an files more than one times (default: false)
                  'imageManagerRbacRule' => 'exampleRule',         //Rbac rule name for image manager file list
              ],
    

Usage for images

For using the filebrowser in CKEditor add the filebrowserImageBrowseUrl to the clientOptions of the CKEditor widget. Tested only with CKEditor from 2amigOS.

    use dosamigos\ckeditor\CKEditor;
    
    <?= $form->field($model, 'text')->widget(CKEditor::class, [
            'options' => ['rows' => 6],
            'preset' => 'advanced',
            'clientOptions' => [
                    'filebrowserImageBrowseUrl' => yii\helpers\Url::to(['ckfilemanager/ck-file/image-manager', 'view-mode'=>'iframe', 'select-type'=>'ckeditor']),
                    'filebrowserBrowseUrl' => yii\helpers\Url::to(['ckfilemanager/ck-file/file-manager', 'view-mode'=>'iframe', 'select-type'=>'ckeditor']),
                ],
        ]);
        ?>

    For dynamic path add {'dynamicPath' => 'path'} for filebrowserImageBrowseUrl or filebrowserBrowseUrl url parameters

Access

if use rbac set access:

    'as access' => [
            'class' => 'mdm\admin\components\AccessControl',
            'allowActions' => [
                'ckfilemanager/ck-file/get-file',
                'ckfilemanager/ck-file/preview-thumbnail'
            ]
        ],

统计信息

  • 总下载量: 457
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-03-25

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固