flysystem icon indicating copy to clipboard operation
flysystem copied to clipboard

Abstraction for local and remote filesystems

Results 133 flysystem issues
Sort by recently updated
recently updated
newest added

### Bug Report | Q | A |------------ | ------ | BC Break | yes | Version | 3 #### Summary In upgrading an application, we switched from v2 to...

### Bug Report I'm reopening https://github.com/thephpleague/flysystem-ziparchive/issues/20 here as that's a subsplit and not monitored (maybe consider removing the PR section and issues of the git project) This is a follow...

The unit tests only tested scenarios where archives where created and folder had leading slashes. This is not according to zip spec. This PR trims leading slashes in folder names...

Not sure if this a documentation error or a bug. According to https://flysystem.thephpleague.com/v2/docs/usage/filesystem-api/ > Moving and copying are both deterministic operations. > This means they will always overwrite the target...

Updated MergeManager::move() to use the $config parameter, by passing it through to moveAcrossFilesystems() Added $config parameter to MergeManager::moveAcrossFilesystems() and pass it through to MergeManager::copy()

`Local::ensureDirectory` should use the configured visibility if available. I discovered this problem while working on a Laravel 8 project which still uses Flysystem v1. This bug fix does probably not...

### Bug Report I am trying to use the FTP adapter to read multiple files from an ftp server sequentially, the problem is that the adapter can read the first...

_I could only find documentation explaining the mime type detector, so I'm not exactly sure what the recommended path is here._ When I call `listContents()`, it seems that the mimetype...

When working on another PR, I noticed that phpstan is disabled in the current GitHub workflow. Since there were already some errors occuring on the current code state, I figured...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | BC Break | no #### Scenario / Use-case Any time you want the full...