mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Create Flex endpoint
This commit is contained in:
20
index.json
Normal file
20
index.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"aliases": [],
|
||||
"recipes": {
|
||||
"nalabdou/algebra-symfony": [
|
||||
"1.1"
|
||||
]
|
||||
},
|
||||
"recipe-conflicts": [],
|
||||
"versions": [],
|
||||
"branch": "main",
|
||||
"is_contrib": true,
|
||||
"_links": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main",
|
||||
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1957/{package_dotted}.{version}.json",
|
||||
"recipe_template_relative": "{package_dotted}.{version}.json",
|
||||
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1957/archived/{package_dotted}/{ref}.json",
|
||||
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
|
||||
}
|
||||
}
|
||||
46
nalabdou.algebra-symfony.1.1.json
Normal file
46
nalabdou.algebra-symfony.1.1.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"manifests": {
|
||||
"nalabdou/algebra-symfony": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Nalabdou\\Algebra\\Symfony\\AlgebraBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"post-install-output": [
|
||||
"\u2705 AlgebraBundle has been installed successfully!",
|
||||
"",
|
||||
"Your Symfony project is now ready to use AlgebraBundle.",
|
||||
"",
|
||||
"Next steps:",
|
||||
"",
|
||||
"1. Review the default configuration:",
|
||||
" - Located at: config/packages/algebra.yaml",
|
||||
" - Adjust setting `strict_mode` as needed.",
|
||||
"",
|
||||
"2. Use AlgebraBundle features in your services and controllers:",
|
||||
" - Check the documentation: https://github.com/nalabdou/algebra-symfony",
|
||||
"",
|
||||
"3. Development tips:",
|
||||
" - Use strict_mode to catch invalid expressions early.",
|
||||
"",
|
||||
"Enjoy algebraic coding! \ud83d\ude80"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/algebra.yaml": {
|
||||
"contents": [
|
||||
"algebra:",
|
||||
" strict_mode: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "6153dec3a1b95fe33b5d78ea99b67d7b3a9a50c3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user