10000 Update `config/app.php` to reflect laravel/laravel change for compatibility by askdkc · Pull Request #1 · askdkc/framework · GitHub
[go: up one dir, main page]

Skip to content

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

8000 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

Closed
wants to merge 1 commit into from

Conversation

askdkc
Copy link
Owner
@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.

@askdkc askdkc closed this Feb 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.

1 participant
0