https://github.com/tschucki/shopware-servant
CLI tool to help you create and build Shopware 6 plugins. Creates CMS-Elements & CMS-Blocks
https://github.com/tschucki/shopware-servant
laravel laravel-zero shopware shopware-6 shopware-cli shopware-development shopware-plugins shopware-terminal
Last synced: 8 months ago
JSON representation
CLI tool to help you create and build Shopware 6 plugins. Creates CMS-Elements & CMS-Blocks
- Host: GitHub
- URL: https://github.com/tschucki/shopware-servant
- Owner: Tschucki
- License: agpl-3.0
- Created: 2024-03-30T01:06:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T16:56:05.000Z (about 2 years ago)
- Last Synced: 2025-08-12T13:52:00.817Z (10 months ago)
- Topics: laravel, laravel-zero, shopware, shopware-6, shopware-cli, shopware-development, shopware-plugins, shopware-terminal
- Language: PHP
- Homepage: https://packagist.org/packages/tschucki/shopware-servant
- Size: 28.4 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

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:
```bash
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
```bash
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:
```bash
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](https://github.com/Tschucki/pr0p0ll/blob/main/LICENSE) for more
information.