xrow/bug-reporting-bundle

为eZ 5.4/6.x创建包含系统信息的ZIP文件

1.0.4 2017-02-24 15:23 UTC

This package is auto-updated.

Last update: 2024-09-16 03:06:26 UTC


README

描述

此工具将生成一个包含相关 eZ Platform/Studio 信息的ZIP文件。

ZIP文件中包含的内容

  • QA.txt 文件,包含常见问答
  • phpinfo.html 文件,包含完整的PHP信息
  • SystemInformation.txt 文件,包含PHP版本、PHP加速器等
  • InstalledComposer.json 文件,包含已安装组件
  • composer.json 文件,包含当前composer
  • FolderPermissionRoot.txt 文件,包含已安装eZ目录中文件夹的权限
  • FolderPermissionWeb.txt 文件,包含/web目录中文件夹的权限
  • FolderPermissionApp.txt 文件,包含/app目录中文件夹的权限
  • /config 文件夹,包含/app/config目录中的所有相关.yml文件
  • /logs 文件夹,包含/app/logs目录中的所有相关.log文件
  • /ezpublish_legacy/settings 文件夹,包含eZ Publish 5.4的所有相关设置

安装

运行

$ composer require xrow/bug-reporting-bundle

在app/AppKernel.php中添加

            new Xrow\BugReportingBundle\XrowBugReportingBundle(),

用法

$ app/console bugreporting:create --dest=destination-dir

默认目标目录是

$ app/cache/dev/eZbugReporting/