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

[2.x] Add profile_photo_disk config option #658

Merged
merged 3 commits into from
Jan 30, 2021
Merged

[2.x] Add profile_photo_disk config option #658

merged 3 commits into from
Jan 30, 2021

Conversation

ahmadmayahi
Copy link
Contributor

Jetstream always uses public filesystem to store the profile photos if it's not running within Laravel Vapor.

In my case, I use Google Cloud Storage, so there is no way to tell Jetstream about that.

I know that I can modify the filesystems.disks.public.driver to point to GCS, but it'll break the dev. environment.

Therefore we should have the profile disk as a config, so we can change it to the appropriate value.

@driesvints driesvints changed the title Add profile_photo_disk config option [2.x] Add profile_photo_disk config option Jan 30, 2021
@taylorotwell taylorotwell merged commit 41d37b1 into laravel:2.x Jan 30, 2021
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.

None yet

2 participants