mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Merge pull request #654
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'
|
||||
9
league/flysystem-bundle/1.0/manifest.json
Normal file
9
league/flysystem-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"bundles": {
|
||||
"League\\FlysystemBundle\\FlysystemBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"var/storage/": "%VAR_DIR%/storage/"
|
||||
}
|
||||
}
|
||||
16
league/flysystem-bundle/1.0/post-install.txt
Normal file
16
league/flysystem-bundle/1.0/post-install.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
<bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> You just installed league/flysystem-bundle! </>
|
||||
<bg=blue;fg=white> What's next? </>
|
||||
<bg=blue;fg=white> </>
|
||||
|
||||
* <fg=blue>Use</> the default storage immediately:
|
||||
|
||||
public function __construct(FilesystemInterface $defaultStorage)
|
||||
{
|
||||
...
|
||||
}
|
||||
|
||||
* <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</>
|
||||
0
league/flysystem-bundle/1.0/var/storage/.gitignore
vendored
Normal file
0
league/flysystem-bundle/1.0/var/storage/.gitignore
vendored
Normal file
Reference in New Issue
Block a user