Skip to content

Commit 2d1ba2c

Browse files
authored
Make league/flysystem-bundle an official recipe (#1067)
1 parent 9a7f5bc commit 2d1ba2c

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Read the documentation at https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md
2+
flysystem:
3+
storages:
4+
default.storage:
5+
adapter: 'local'
6+
options:
7+
directory: '%kernel.project_dir%/%VAR_DIR%/storage/default'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"bundles": {
3+
"League\\FlysystemBundle\\FlysystemBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/",
7+
"var/": "%VAR_DIR%/"
8+
}
9+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* <fg=blue>Configure</> your own storages in <comment>config/packages/flysystem.yaml</comment>.
2+
3+
* <fg=blue>Read</> the documentation at:
4+
<comment>https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md</>

league/flysystem-bundle/1.0/var/storage/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)