Skip to content

piotrkardasz/bitbag-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

249a84a Β· Jan 13, 2022

History

8 Commits
Jan 12, 2022
Jan 13, 2022
Jan 13, 2022

Repository files navigation

We are happy to announce that we provided our own Symfony flex entrypoint πŸŽ‰

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

How to add entrypoint to project

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.

How to use it

Now you are ready to use Symfony Flex magic 🀯

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.

image

Enjoy! πŸŽ‰

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published