xrow / bug-reporting-bundle
Creates a ZIP file with system information for eZ 5.4/6.x
Installs: 3 689
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 2
Open Issues: 0
Type:symfony-bundle
Requires
- php: ~5.5|~7.0
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/