Make league/flysystem-bundle an official recipe (#1067)

This commit is contained in:
Robin Chalas
2022-03-10 09:58:10 +01:00
committed by GitHub
parent 9a7f5bcebb
commit 2d1ba2cf32
4 changed files with 20 additions and 0 deletions
@@ -0,0 +1,7 @@
# Read the documentation at https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md
flysystem:
storages:
default.storage:
adapter: 'local'
options:
directory: '%kernel.project_dir%/%VAR_DIR%/storage/default'
@@ -0,0 +1,9 @@
{
"bundles": {
"League\\FlysystemBundle\\FlysystemBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"var/": "%VAR_DIR%/"
}
}
@@ -0,0 +1,4 @@
* <fg=blue>Configure</> your own storages in <comment>config/packages/flysystem.yaml</comment>.
* <fg=blue>Read</> the documentation at:
<comment>https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md</>