BitBag Symfony Flex Recipes
We would like to thank you Symfony Core-Team members which provided a Symfony Flex Serverless and the ability to create a custom recipe server
Its simple! Just run:
composer config --json extra.symfony.endpoint '["https://raw.githubusercontent.com/piotrkardasz/bitbag-recipes/flex/main/index.json", "flex://defaults"]'
This command provides additional BitBag entrypoint for Symfony Flex.
You can use our custom aliases to add and autoconfigure our packages
For example to add bitbag/wishlist-plugin
to your Sylius project you can run:
composer req wishlist
or to point specific version of the package:
composer req wishlist:1.7
Then Symfony Flex will configure a package for you! It can also provide additional docker-composer configuration or instructions like, how to create Doctrine Migrations and so on.
Enjoy! 🎉