Skip to content

Remove Laravel aliases#3434

Merged
williamjallen merged 1 commit intoKitware:masterfrom
williamjallen:remove-laravel-aliases
Feb 3, 2026
Merged

Remove Laravel aliases#3434
williamjallen merged 1 commit intoKitware:masterfrom
williamjallen:remove-laravel-aliases

Conversation

@williamjallen
Copy link
Collaborator

Laravel's default template contains aliases for facade classes. Some of these classes conflict with our own class names, which is problematic for PHPStan and IDEs. It's more clear to use the FQN anyway, so this PR removes all of the aliases.

Laravel's default template contains aliases for facade classes.  Some of these classes conflict with our own class names, which is problematic for PHPStan and IDEs.  It's more clear to use the FQN anyway, so this PR removes all of the aliases.
Copy link
Member

@josephsnyder josephsnyder left a comment

Choose a reason for hiding this comment

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

LGTM!

@josephsnyder josephsnyder added this pull request to the merge queue Feb 3, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 3, 2026
@williamjallen williamjallen added this pull request to the merge queue Feb 3, 2026
Merged via the queue into Kitware:master with commit 3e68317 Feb 3, 2026
7 checks passed
@williamjallen williamjallen deleted the remove-laravel-aliases branch February 3, 2026 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants