Drop support for Laravel 6-10, require PHP 8.3+, add new linters#12
Closed
Drop support for Laravel 6-10, require PHP 8.3+, add new linters#12
Conversation
Implement support for ignoring linting errors via inline comments: - @laralint-ignore: ignore errors on the same line - @laralint-ignore-next-line: ignore errors on the following line - @laralint-ignore-file: ignore all errors in the file Supports optional linter names for targeted ignores: - @laralint-ignore PreferAuthId - @laralint-ignore PreferAuthId, SpaceAtBeginningOfComment Works with //, #, and /* */ comment styles. https://claude.ai/code/session_01X6NprU6aPVR4DqXQj6HFW9
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.
Summary
This PR modernizes LaraLint by dropping support for older Laravel versions and PHP versions, updating dependencies, and adding new linting capabilities for Laravel models.
Key Changes
Dependency Updates
New Linters
$guardedor$fillableproperties, encouraging use of model attributes insteadCode Quality Improvements
OrderModelMembersto use new concern traits, reducing duplicationLintCommandusing PHP 8.1 match expressionsLintCommand::targets()using arrow functionsDocumentation
CI/CD
Migration Notes
Projects using LaraLint will need to:
https://claude.ai/code/session_01X6NprU6aPVR4DqXQj6HFW9