NativeLocalFilesystem.php
Classes
- NativeLocalFilesystem
- This implementation is based on the native PHP filesystem functions documented here: https://www.php.net/manual/en/book.filesystem.php Additionally, in order to support glob pattern `\/**\/` for matching zero or more directories it's using webmozart/glob library.