Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[9.x] Checksums for filesystem disks #44660

Merged
merged 4 commits into from
Oct 19, 2022

Conversation

frankdejonge
Copy link
Contributor

@frankdejonge frankdejonge commented Oct 19, 2022

Flysystem 3.8 has shipped a new capability; file checksums. This PR exposes this that functionality for Laravel ⚡️

Discussion point: This method is not added to the Filesystem interface as it would be a breaking change. Flysystem had the same problem, where the method was added to the interface using a docblock annotation, which could help with IDE discovery.

@taylorotwell taylorotwell merged commit b05b6f7 into laravel:9.x Oct 19, 2022
@frankdejonge frankdejonge deleted the feature/disk-checksums branch October 20, 2022 06:52
@driesvints driesvints changed the title [FEATURE] Checksums for filesystem disks. [9.x] Checksums for filesystem disks Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants