Download the PHP package oxid-esales/developer-tools without Composer
On this page you can find all versions of the php package oxid-esales/developer-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oxid-esales/developer-tools
More information about oxid-esales/developer-tools
Files in oxid-esales/developer-tools
Package developer-tools
Short Description The component contains developer tools.
License proprietary
Homepage https://www.oxid-esales.com
Informations about the package developer-tools
Developer Tools component
This component contains additional developer tools for OXID eShop.
Installation
Run the following command to install the component:
Usage
Resetting project configuration
To reset project configuration to its initial state execute:
Resetting/installing shop database
To reset the database to its initial state run the following command:
Which:
- <db-host> is the database host
- <db-port> is the database port
- <db-name> is the database name
- <db-user> is the database username
- <db-password> is the database password
- [<force>] (optional) if set runs the command without confirmation
Example:
ATTENTION: After running this command, all your data will be deleted from the database. Never run this command on life system.
Activating theme
To activate theme execute:
How to install component for development?
Checkout component besides OXID eShop source
directory:
Run composer install command:
Add dependency to OXID eShop composer.json
file:
How to run tests?
To run tests for the component please define OXID eShop bootstrap file:
License
See LICENSE file for license details.