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

Prefer Cache env from laravel 11 #321

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

cragonnyunt
Copy link
Contributor

@cragonnyunt cragonnyunt commented Nov 4, 2024

Laravel 11 changed new cache env key.

This PR make use of specific kafka driver config, then laravel 10 key, then laravel 11 key, in order to find.

Laravel 10 - https://github.com/laravel/laravel/blob/7effeb99ec1568f006ed95e60d3e7dfeed1b8160/config/cache.php#L18

Laravel 11 - https://github.com/laravel/laravel/blob/70f437b6fc7801ef11d6627d9ab48d698ffe5f26/config/cache.php#L18

@mateusjunges mateusjunges merged commit b310d50 into mateusjunges:master Nov 5, 2024
6 checks passed
@mateusjunges
Copy link
Owner

Thank you!

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