Workflow

How to work with the extension from a development perspective.

Installation

Install the composer dependencies.

composer install

Commands

For working with the extension, the following can be run to accomplish common tasks.

To run the PHP linter.

composer run ci:php:lint

To run the PHP code style fixer.

composer run ci:php:codestyle

To run the PHP codesniffer.

composer run ci:php:sniff

To run the JSON linter.

composer run ci:json:lint

To run the YAML linter.

composer run ci:yaml:lint

To run the TypoScript linter.

composer run ci:ts:lint

To run the PHP Unit tests run the following command.

composer run ci:tests:unit

To run the PHP Functional tests run the following command.

composer run ci:tests:functional

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).