Skip to content

Conversation

@StanBarrows
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings August 3, 2025 00:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses Laravel 12 compatibility issues by updating the cache driver configuration to support the new CACHE_STORE environment variable while maintaining backward compatibility with older Laravel versions. It also fixes a nullable language field in the TextshotPage DTO.

  • Updated cache configuration to prioritize CACHE_STORE over CACHE_DRIVER for Laravel 12 compatibility
  • Modified TextshotPage DTO to accept nullable language parameter
  • Added comprehensive test coverage for the new cache configuration behavior

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/DTO/TextshotPage.php Modified constructor to allow nullable language parameter
config/laravel-docuware.php Updated cache driver configuration with fallback chain for Laravel 12 compatibility
README.md Updated documentation to reflect new cache configuration pattern
CHANGELOG.md Added release notes documenting Laravel 12 compatibility changes
.phpunit.cache/test-results Test results showing new cache compatibility tests
@StanBarrows StanBarrows merged commit 5af04a6 into main Aug 3, 2025
5 of 11 checks passed
@StanBarrows StanBarrows deleted the feature-fix branch August 3, 2025 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants