Skip to content

Clarify local disk path change in v12 upgrade guide #10635

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

Merged
merged 4 commits into from
Jul 23, 2025

Conversation

ahinkle
Copy link
Contributor

@ahinkle ahinkle commented Jul 22, 2025

We ran into this on a couple of apps after upgrading to Laravel 12 - files written to the local disk were unexpectedly landing in storage/app/private instead of storage/app. The issue occurs when the local filesystem isn't declared (falling back on Laravel defaults), giving the default 'root' => storage_path('app/private').

laravel/framework#54764

image

@ahinkle ahinkle changed the title mention storage change Clarify local disk path change in v12 upgrade guide Jul 22, 2025
@taylorotwell taylorotwell merged commit 6bc6cd0 into laravel:12.x Jul 23, 2025
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.

2 participants