Add support for Filament v4 and v5#45
Merged
Merged
Conversation
… with Filament 4.x
…rsion matrix in run-tests.yml
1eb2309 to
fb04767
Compare
Add coverage Simplify tests Fix phpstan
1aa0686 to
428fffc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant updates to improve compatibility, streamline development workflows, and enhance the UI for the Filament Clear Cache plugin. The main changes include adding support for newer PHP, Laravel, and Filament versions, updating dependencies, improving the GitHub Actions workflow, and refactoring the cache clear button UI. Additionally, there are updates to testing practices and documentation.
Compatibility and Dependency Updates:
composer.jsonrequirements and reflecting these changes in the compatibility table inREADME.md. [1] [2]CI/CD and Workflow Improvements:
.github/workflows/run-tests.yml.bakfor reference.UI/UX Enhancements:
icon-buttoncomponent, improved loading indicators, and updated the badge display for cache count.Codebase and Internal Refactoring:
Documentation and Configuration:
README.mdto reflect new version support and Livewire v3+ event dispatching. [1] [2]composer.jsonkeywords and configuration.phpstan.neon.distto include theconfigdirectory for static analysis.