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
IMHO looking at the future. The best would be to not take care for the FileSystem. I mean, if we are integrating with 3rd party bundle/package we should provide only the default filesystem integration and provide a way to configure an alternative filesystem service. This service can be configured with the 3rd party tool.
This way we don't end up having to replicate every single option of the different adapters, like: #1817
This is probably something to tackle for 5.0, since we don't have many resources to do it here, and there are other importants things to do.
WDYT @sonata-project/contributors . Do you know a better alternative to gauffrete? Do you use it for your own projects?
The text was updated successfully, but these errors were encountered:
Feature Request
I have been looking at gauffrete and I don't know if it is still maintained or we should move away from it.
There are other very popular alternatives like: https://github.com/thephpleague/flysystem
IMHO looking at the future. The best would be to not take care for the FileSystem. I mean, if we are integrating with 3rd party bundle/package we should provide only the default filesystem integration and provide a way to configure an alternative filesystem service. This service can be configured with the 3rd party tool.
This way we don't end up having to replicate every single option of the different adapters, like: #1817
This is probably something to tackle for 5.0, since we don't have many resources to do it here, and there are other importants things to do.
WDYT @sonata-project/contributors . Do you know a better alternative to gauffrete? Do you use it for your own projects?
The text was updated successfully, but these errors were encountered: