Workflow¶
How to work with the extension from a development perspective.
Installation¶
Install the composer dependencies.
Commands¶
For working with the extension, the following can be run to accomplish common tasks.
To run the PHP linter.
To run the PHP code style fixer.
To run the PHP codesniffer.
To run the JSON linter.
To run the YAML linter.
To run the TypoScript linter.
To run the PHP Unit tests run the following command.
To run the PHP Functional tests run the following command.
Filter interface¶
The filtering options in the Product listing are made in [Vue.js](https://vuejs.org/).
Path to the application(https://github.com/pixelant/pxa_product_manager/Resources/Private/product_manager) and more information regarding the workflow(https://github.com/pixelant/pxa_product_manager/Resources/Private/product_manager/README.md).