tschucki/shopware-servant

CLI tool to help you create and build Shopware 6 plugins. Creates CMS-Elements & CMS-Blocks

0.0.3 2024-03-30 16:42 UTC

This package is auto-updated.

Last update: 2024-05-30 17:20:30 UTC


README

ShopwareServantLogo.png

License

Demo.gif

Shopware Plugin Servant

The Shopware Plugin Servant is a CLI tool to help you create and build Shopware 6 plugins. It is based on the Laravel Zero framework. With the Shopware Plugin Servant you can create a plugin much faster. Currently, it can create CMS-Elements and CMS-Blocks within your existing plugins. More features like adding new entities, services, controllers, and much more is under development.
I created this tool to help me create plugins faster, as I found the process of creating plugins in Shopware 6 very time-consuming. I hope this tool can help you as well.

  • Create Shopware 6 CMS-Elements automatically.
  • Create Shopware 6 CMS-Blocks automatically
  • Create Shopware 6 Entities automatically (in development)
  • Create Shopware 6 Services automatically (in development)
  • Create Shopware 6 Controllers automatically (in development)
  • Create Shopware 6 Repositories automatically (in development)
  • Create Shopware 6 Migrations automatically (in development)
  • Create Shopware 6 Commands automatically (in development)

Installation

You can install the Shopware Plugin Servant globally via Composer:

composer global require tschucki/shopware-servant

Usage

After installing the Shopware Plugin Servant, you can use the sw-servant command to create a new plugin or add new CMS-Elements and CMS-Blocks to an existing plugin.

Use Generator

sw-servant generate

This command will lead you through the process of adding new CMS-Elements and CMS-Blocks to an existing plugin.

Updating

You can update the Shopware Plugin Servant via Composer:

composer global require tschucki/shopware-servant

Documentation

Under development...

License

Shopware Plugin Servant is an open-source software distributed under the AGPL-3.0 License. See LICENSE for more information.