xrow/bug-reporting-bundle
Composer 安装命令:
composer require xrow/bug-reporting-bundle
包简介
Creates a ZIP file with system information for eZ 5.4/6.x
README 文档
README
Description:
This Tool will generate a ZIP file with relevant eZ Platform/Studio information.
What you will find inside the ZIP:
- QA.txt file with common Q&A
- phpinfo.html file with complete PHP information
- SystemInformation.txt file with PHP version, PHP Accelerator, etc
- InstalledComposer.json file with installed components
- composer.json file with current composer
- FolderPermissionRoot.txt file with permissions for folders in installed eZ-directory
- FolderPermissionWeb.txt file with permissions for folders in /web directory
- FolderPermissionApp.txt file with permissions for folders in /app directory
- /config folde with all relevant .yml files from /app/config directory
- /logs folder with all relevant .log files from /app/logs directory
- /ezpublish_legacy/settings folder with all relevant settings for eZ Publish 5.4
Installation:
Run:
$ composer require xrow/bug-reporting-bundle
In app/AppKernel.php add
new Xrow\BugReportingBundle\XrowBugReportingBundle(),
Usage:
$ app/console bugreporting:create --dest=destination-dir
Default destination directory is:
$ app/cache/dev/eZbugReporting/
统计信息
- 总下载量: 3.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-10