https://github.com/shopware/recipes
Flex Recipes
https://github.com/shopware/recipes
hacktoberfest shopware symfony
Last synced: 7 months ago
JSON representation
Flex Recipes
- Host: GitHub
- URL: https://github.com/shopware/recipes
- Owner: shopware
- License: mit
- Created: 2022-09-19T08:27:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T15:16:59.000Z (9 months ago)
- Last Synced: 2025-06-23T16:34:36.408Z (9 months ago)
- Topics: hacktoberfest, shopware, symfony
- Language: PHP
- Homepage:
- Size: 1.2 MB
- Stars: 32
- Watchers: 30
- Forks: 31
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Symfony Flex Recipes
This repository is hosting Symfony Flex Recipes for Shopware 6. If you are new to Symfony Flex, please read the [blog post](https://www.shopware.com/en/news/shopware-goes-symfony-flex/).
## Contributing
Each recipe is a directory containing a `manifest.json` file. The `manifest.json` file contains the recipe metadata and the list of files to copy.
You can look into the [Symfony documentation](https://github.com/symfony/recipes#creating-recipes) for more information about the recipe format.
The `shopware/platform` package is automatically updated by the CI. Change only the `core`, `administration` packages.
## Migrating an existing application to Symfony Flex
See [Migration Guide in docs](https://developer.shopware.com/docs/guides/installation/template#how-do-i-migrate-from-production-template-to-symfony-flex).