Fix audit to respect custom Laravel paths and add Route facade import#19
Open
ontob wants to merge 1 commit intodgtlss:mainfrom
Open
Fix audit to respect custom Laravel paths and add Route facade import#19ontob wants to merge 1 commit intodgtlss:mainfrom
ontob wants to merge 1 commit intodgtlss:mainfrom
Conversation
ontob
commented
Feb 21, 2026
- Add proper Route facade import in DebugModeAuditService (aliases may not be set from Laravel 11 up)
- Update PHPStan bootstrap stubs for new method calls
- Fixes Wrong environment path #17, Use app()->environmentPath() and app()->environmentFile() instead of hardcoded base_path('.env') in EnvAuditService
- Fixes Wrong storage path #16, Use storage_path() instead of base_path('storage/...') in StorageAuditService
- Add proper Route facade import in DebugModeAuditService (aliases may not be set from Laravel 11 up) - Update PHPStan bootstrap stubs for new method calls - Fixes dgtlss#17, Use app()->environmentPath() and app()->environmentFile() instead of hardcoded base_path('.env') in EnvAuditService - Fixes dgtlss#16, Use storage_path() instead of base_path('storage/...') in StorageAuditService
Contributor
|
PR author is not in the allowed authors list. |
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.