-
I think upgrade to phpseclib v3 is needed as v2 does not support ED25519 host keys. I noticed that new servers often generate ED25519 host key for SSH server so as for now it's impossible to use Flysy…
rutek updated
2 years ago
-
Hi,
Just enabled caching with Symfony's `cache.app` adapter and noticed that `getContents` listings read from cache are missing additional fields.
I am fetching `hasThumbnail` with `thumbnailLink`…
-
Hello!
How do you set-up the path prefixing?
I've attempted to set it up with Laravel, and it uploads the files as expected in the prefixed path, but upon URL retrieval it throws:
"This driver…
-
I think it is a common case a company wants to integrate Google Drive as a Storage filesystem for an internal platform or something, I think one implementation could be creating an Adapter for Google …
-
docker image seems to be quite big, so I try to identify ways to shrink it
### Ideas
- apt-get --no-install-recommends
- Review apt packages:
- snappdf requirements: https://github.com/begano…
-
In a Vagrant environment on Mac OS X, the assets are served over NFS into the Unix environment. When the framework tries to write assets, such as Error Pages during dev/build, the process fails with a…
-
### Feature Request
#### Scenario / Use-case
I want to copy 8k files to an external FS. This is right now pretty unuseable with Flysystem as the interface only allows one copy at once. So I cann…
shyim updated
8 months ago
-
After installation of this package, I have the following error during symfony cache:clear and anywhere in front
`Adeliom\EasyMediaBundle\Service\EasyMediaManager::__construct(): Argument #1 ($file…
-
the method https://flysystem.thephpleague.com/v1/docs/usage/filesystem-api/#create-directories
as described recursively creates a path.
So the result of calling createDir on any adapter i.e. `$fi…
-
Seems need to update elfinder-flysystem-driver/src/Driver.php to make it works with glide 1.0.0+, change
```
use League\Glide\Http\UrlBuilderFactory;
```
to
```
use League\Glide\Url\UrlBuilderFacto…