mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add Leapt Core bundle recipe
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# Read the documentation: https://core-bundle.leapt.io/configuration_reference.html
|
||||
leapt_core:
|
||||
upload_dir: '%kernel.project_dir%/public'
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Leapt\\CoreBundle\\LeaptCoreBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"gitignore": [
|
||||
"/public/uploads/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user