mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Make league/flysystem-bundle an official recipe (#1067)
This commit is contained in:
@@ -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</>
|
||||
Reference in New Issue
Block a user