Skip to content

Commit

Permalink
Make league/flysystem-bundle an official recipe (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr authored Mar 10, 2022
1 parent 9a7f5bc commit 2d1ba2c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions league/flysystem-bundle/1.0/config/packages/flysystem.yaml
Original file line number Diff line number Diff line change
@@ -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'
9 changes: 9 additions & 0 deletions league/flysystem-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"bundles": {
"League\\FlysystemBundle\\FlysystemBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"var/": "%VAR_DIR%/"
}
}
4 changes: 4 additions & 0 deletions league/flysystem-bundle/1.0/post-install.txt
Original file line number Diff line number Diff line change
@@ -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</>
Empty file.

0 comments on commit 2d1ba2c

Please sign in to comment.