You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fully-namespaced class name: ``Josegonzalez\Upload\File\Transformer\TransformerInterface``
24
+
21
25
This interface is used to transform the uploaded file into one or more files that will be written somewhere to disk. This can be useful in cases where you may wish to use an external library to extract thumbnails or create PDF previews. The previous image manipulation functionality should be created at this layer.
22
26
23
27
Other than the constructor, it contains one method:
@@ -29,6 +33,8 @@ Refer to ``Josegonzalez\Upload\File\Transformer\DefaultTransformer`` for more de
29
33
WriterInterface
30
34
~~~~~~~~~~~~~~~
31
35
36
+
Fully-namespaced class name: ``Josegonzalez\Upload\File\Writer\WriterInterface``
37
+
32
38
This interface is used to actually write files to disk. It writes files to disk using the ``Flysystem`` library, and defaults to local storage by default. Implement this interface if you want to customize the file writing process.
33
39
34
40
Other than the constructor, it contains one methods:
0 commit comments