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

[10.x] Configurable storage path via environment variable #48115

Merged

Commits on Aug 18, 2023

  1. [10.x] Configurable storage path via environment variable

    In the current implementation, the storage directory is statically set to `storage`. Given that this directory requires write permissions, it poses challenges in serverless environments and other scenarios where the filesystem might be read-only.
    
    To enhance Laravel's adaptability to diverse hosting environments, this pull request introduces the capability to override the default storage directory using the `STORAGE_PATH` environment variable.
    sl0wik authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    13f18b6 View commit details
    Browse the repository at this point in the history
  2. formatting

    taylorotwell committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1cdd668 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. formatting

    taylorotwell committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d509b0c View commit details
    Browse the repository at this point in the history