Skip to content

Commit

Permalink
Merge pull request #1540 from rodmar35/patch-1
Browse files Browse the repository at this point in the history
Update flysystem.rst
  • Loading branch information
dbu authored Dec 6, 2023
2 parents 3821df3 + d29e8f9 commit d7b657d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Resources/doc/data-loader/flysystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Using `OneupFlysystemBundle`_, a basic configuration might look as follows:

.. code-block:: yaml
# app/config/config.yml
# /config/liip_imagine.yaml
liip_imagine:
loaders:
Expand All @@ -42,6 +42,9 @@ Using `OneupFlysystemBundle`_, a basic configuration might look as follows:
filesystem_service: oneup_flysystem.profile_photos_filesystem
data_loader: profile_photos
# /config/oneup_flysystem.yaml
oneup_flysystem:
adapters:
profile_photos:
Expand All @@ -57,7 +60,7 @@ Using `The League FlysystemBundle`_:

.. code-block:: yaml
# app/config/config.yml
# /config/liip_imagine.yaml
liip_imagine:
loaders:
Expand All @@ -67,6 +70,9 @@ Using `The League FlysystemBundle`_:
filesystem_service: 'profile_photos.storage'
data_loader: profile_photos
# /config/flysystem.yaml
flysystem:
storages:
profile_photos.storage:
Expand Down

0 comments on commit d7b657d

Please sign in to comment.