定制 mecsu/yii2-media 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

mecsu/yii2-media

Composer 安装命令:

composer require mecsu/yii2-media

包简介

Media library

README 文档

README

Yii2 Downloads Packagist Version Progress GitHub license

Yii2 Media

Yii2 Media

Media library for Yii2 with media categories and drag'n'drop uploader.

This module is an integral part of the Butterfly.СMS content management system, but can also be used as an standalone extension.

Copyrights (c) 2019-2021 W.D.M.Group, Ukraine

Requirements

Installation

To install the module, run the following command in the console:

$ composer require "mecsu/yii2-media"

After configure db connection, run the following command in the console:

$ php yii media/init

And select the operation you want to perform:

  1. Apply all module migrations
  2. Revert all module migrations

Migrations

In any case, you can execute the migration and create the initial data, run the following command in the console:

$ php yii migrate --migrationPath=@vendor/mecsu/yii2-media/migrations

Configure

To add a module to the project, add the following data in your configuration file:

'modules' => [
    ...
    'media' => [
        'class' => 'mecsu\media\Module',
        'routePrefix' => 'admin',
        'mediaRoute' => '/media', // Routes to render media item (use "/" - for root)
        'mediaCategoriesRoute' => '/media/categories', // Routes to render media categories (use "/" - for root)
        'mediaPath' => '/uploads/media', // Path to save media files in @webroot
        'mediaThumbsPath' => '/uploads/media/_thumbs', // Path to save media thumbnails in @webroot
        'maxFilesToUpload' => 10, // maximum files to upload
        'maxUploadSize' => 5242880, // max file size in bytes to upload
        'allowedMime' => [ // allowed mime types
            'image/png' => true,
            'image/jpeg' => true,
            'image/gif' => true,
            'image/svg+xml' => true,
            'application/pdf' => true,
            'application/msword' => true,
            'application/vnd.ms-excel' => true,
            'application/rtf' => true,
            'text/csv' => true,
            'text/plain' => true,
            ...
        ]
    ],
    ...
],

Routing

Use the Module::dashboardNavItems() method of the module to generate a navigation items list for NavBar, like this:

<?php
    echo Nav::widget([
    'options' => ['class' => 'navbar-nav navbar-right'],
        'label' => 'Modules',
        'items' => [
            Yii::$app->getModule('media')->dashboardNavItems(),
            ...
        ]
    ]);
?>

Status and version [ready to use]

  • v.1.0.6 - RBAC implementation, read EXIF
  • v.1.0.5 - Update README.md
  • v.1.0.4 - Added drag-n-drop for upload
  • v.1.0.3 - Log activity
  • v.1.0.2 - Added pagination, up to date dependencies
  • v.1.0.1 - Check file not exists or generate unique filename
  • v.1.0.0 - CRUD for media items/categories, translations
  • v.0.0.3 - Upload functionality, mime types validator and preview thumbnails

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-05

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固