PHPackages                             ntzrbtr/shopware-custom-field-installer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ntzrbtr/shopware-custom-field-installer

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

ntzrbtr/shopware-custom-field-installer
=======================================

Custom field installer for Shopware 6

v1.0.3(2y ago)242MITPHPPHP ^7.4.3 || ^8.0 || ^8.1 || ^8.2

Since Aug 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ntzrbtr/shopware-custom-field-installer)[ Packagist](https://packagist.org/packages/ntzrbtr/shopware-custom-field-installer)[ RSS](/packages/ntzrbtr-shopware-custom-field-installer/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (5)Used By (0)

Shopware custom field installer
===============================

[](#shopware-custom-field-installer)

This package provides a simple way to install and uninstall custom fields in your Shopware installation: it leverages the code in the Shopware core for app handling and makes it usable stand-alone.

The package provides a new command `netzarbeiter:custom-fields:update` which updates the custom fields in your Shopware installation. The command takes a XML file following the Manifest standard of Shopware apps as an input and updates the database.

For more information on custom fields in apps, see .

Usage
-----

[](#usage)

```
bin/console netzarbeiter:custom-fields:install
```

```
bin/console netzarbeiter:custom-fields:uninstall
```

As the core of the bundle is implemented inside a service, you could also use it without the command and e.g. integrate it into the installation process of your Shopware plugins:

```
