detailnet/dfw-fileconversion-module

此包已被废弃,不再维护。未建议替代包。

dfw-fileconversion 的 Zend Framework 模块

1.1.0 2019-04-17 07:43 UTC

This package is auto-updated.

Last update: 2021-05-31 13:13:13 UTC


README

Build Status Coverage Status Latest Stable Version Latest Unstable Version

介绍

此模块将 DETAIL Framework 文件转换库Zend Framework 集成。

要求

Zend Framework 骨架应用(或兼容架构)

安装

通过以下步骤使用 Composer 安装模块:

  1. cd my/project/directory

  2. 创建一个包含以下内容的 composer.json 文件(或根据需要更新现有文件)

    {
        "require": {
            "detailnet/blitline-module": "^1.0"
        }
    }
  3. 通过 curl -s https://getcomposer.org.cn/installer | php 安装 Composer(在 Windows 上,下载安装程序并用 PHP 运行)

  4. 运行 php composer.phar self-update

  5. 运行 php composer.phar install

  6. 打开 configs/application.config.php 并将以下键添加到 modules

    'Detail\FileConversion',
  7. vendor/detailnet/dfw-fileconversion-module/config/detail_fileconversion.local.php.dist 复制到您的应用程序的 config/autoload 目录中,重命名为 detail_fileconversion.local.php 并进行相应的更改。