Download the PHP package bestit/commercetools-custom-types-bundle without Composer
On this page you can find all versions of the php package bestit/commercetools-custom-types-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bestit/commercetools-custom-types-bundle
More information about bestit/commercetools-custom-types-bundle
Files in bestit/commercetools-custom-types-bundle
Package commercetools-custom-types-bundle
Short Description Bundle to help you with the creation of custom types.
License MIT
Informations about the package commercetools-custom-types-bundle
commercetools-custom-types-bundle
Bundle to help you with the creation of custom types. It provides you with a symfony config param matching your custom type structure, which then is mirrored to your commercetools project.
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Step 3: Configure
Usage
The following symfony command mirrors your types config to the commercetools database:
It tries to delete every custom type, which is not declared in your config or excluded by the whitelist (config or pcre regex without delimiter).
Further Todos
- Add unittests
- Refactor the command
- better Support for complex tyes
All versions of commercetools-custom-types-bundle with dependencies
php Version ^7.0 || ^8.0
symfony/http-kernel Version ^3.1 || ^4.0 || ^5.0
symfony/dependency-injection Version ^3.1 || ^4.0 || ^5.0
symfony/config Version ^3.1 || ^4.0 || ^5.0
symfony/yaml Version ^3.1 || ^4.0 || ^5.0
symfony/console Version ^3.1 || ^4.0 || ^5.0