File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed
league/flysystem-bundle/1.0 Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 1+ {
2+ "bundles" : {
3+ "League\\ FlysystemBundle\\ FlysystemBundle" : [" all" ]
4+ },
5+ "copy-from-recipe" : {
6+ "config/" : " %CONFIG_DIR%/" ,
7+ "var/" : " %VAR_DIR%/"
8+ }
9+ }
Original file line number Diff line number Diff line change 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</>
You can’t perform that action at this time.
0 commit comments