An open API service indexing awesome lists of open source software.

https://github.com/shopware/recipes

Flex Recipes
https://github.com/shopware/recipes

hacktoberfest shopware symfony

Last synced: 7 months ago
JSON representation

Flex Recipes

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).