diff --git a/1up-lab/OneupFlysystemBundle/3.0/config/packages/oneup_flysystem.yaml b/1up-lab/OneupFlysystemBundle/3.0/config/packages/oneup_flysystem.yaml new file mode 100644 index 00000000..2b52813a --- /dev/null +++ b/1up-lab/OneupFlysystemBundle/3.0/config/packages/oneup_flysystem.yaml @@ -0,0 +1,11 @@ +oneup_flysystem: + adapters: + my_adapter: + local: + directory: "%kernel.root_dir%/cache" + + filesystems: + my_filesystem: + adapter: my_adapter + # optional - defines the default visibility of the filesystem: `public` or `private`(default) + visibility: private \ No newline at end of file diff --git a/1up-lab/OneupFlysystemBundle/3.0/manifest.json b/1up-lab/OneupFlysystemBundle/3.0/manifest.json new file mode 100644 index 00000000..e537dcc8 --- /dev/null +++ b/1up-lab/OneupFlysystemBundle/3.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Oneup\\FlysystemBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} \ No newline at end of file