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

Update config/app.php to reflect laravel/laravel change for compatibility #54752

Merged
merged 2 commits into from
Feb 23, 2025

Conversation

askdkc
Copy link
Contributor

@askdkc askdkc commented Feb 23, 2025

What's this?

Since laravel/laravel#6536, Laravel 11 and 12, the APP_TIMEZONE environment variable is removed from .env and reverted to being defined in config/app.php as 'timezone' => 'UTC' which changed from 'timezone' => env('APP_TIMEZONE', 'UTC').

Solution this PR provides

This PR updates laravel/framework's config/app.php to match laravel/laravel's implementation.

@taylorotwell taylorotwell merged commit 17b8f6d into laravel:12.x Feb 23, 2025
39 checks passed
@askdkc askdkc deleted the update-config-app branch February 23, 2025 14:44
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