Skip to content

neuralglitch/symfony-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony Recipes

Custom Symfony Flex recipes tailored for neuralglitch branded Symfony packages

symfony/recipes symfony/recipes-contrib

php composer symfony


Getting Started

This repository contains custom Symfony Flex recipes tailored for neuralglitch branded Symfony packages and packages. To enable recipes defined in this repository for your project, add this endpoint in your project's composer.json as described in the Symfony documentation:

{
    "extra": {
        "symfony": {
            "endpoint": [
                "https://api.github.com/repos/neuralglitch/symfony-recipes/contents/index.json",
                "flex://defaults"
            ]
        }
    }
}

Warning

Without this option Composer will not use the Symfony Flex recipes for neuralglitch branded packages, unless the recipes were contributed to symfony/recipes-contrib. Then you will need to follow manual installation instructions, if provided.

Note

See RECIPES.md for a full list of recipes that live in this repository.

Contributing

Only authorized team members can contribute to this repository.

Support

If you run into any problems or have questions about the recipes, feel free to reach out. However, please note that I won't be available to assist personally.

License

This repository is highly experimental and should only used unless the recipes are not available in the official recipes-contrib repository.

About

We are developers passionate about creating top-notch Symfony applications. Feel free to reach out to us with any questions or collaboration opportunities!

Acknowledgements

I would like to thank the Symfony community for their valuable contributions to the ecosystem.


Copyright (c) 2024 neuralglit.ch

About

Custom Symfony Flex recipes tailored for neuralglitch branded Symfony packages

Topics

Resources

License

Stars

Watchers

Forks