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

[11.x] Fix Moving Files in Sorted Order in vendor:publish #52078

Merged

Conversation

lmottasin
Copy link
Contributor

This PR addresses an issue where files are not published in the correct order after publishing them. This issue is discussed in issue #52074.

To ensure files are published in the correct order, leveraging the sortByPath() method introduced in flysystem PR #1330. This method is also utilized in the Illuminate\Filesystem for retrieving the file list, as seen here.

@taylorotwell taylorotwell merged commit 1e6bfcd into laravel:11.x Jul 10, 2024
30 checks passed
@crynobone crynobone linked an issue Jul 11, 2024 that may be closed by this pull request
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.

Migrations are not published in timestamp order
2 participants