https://github.com/netgen/recipes
Netgen recipes repository
https://github.com/netgen/recipes
Last synced: 5 months ago
JSON representation
Netgen recipes repository
- Host: GitHub
- URL: https://github.com/netgen/recipes
- Owner: netgen
- Created: 2023-03-27T08:26:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-26T11:42:28.000Z (about 1 year ago)
- Last Synced: 2025-05-26T12:53:58.955Z (about 1 year ago)
- Language: Makefile
- Size: 34.2 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netgen Recipes
This repo holds all Symfony Flex recipes which can't be put into the official `symfony/recipes-contrib` repo
because of incompatible license like GPL.
## Configure access to recipes
Update your `composer.json` file with Flex endpoint:
```json
{
"extra": {
"symfony": {
"endpoint": [
"https://api.github.com/repos/netgen/recipes/contents/index.json?ref=flex",
"flex://defaults"
]
}
}
}
```