feat: he4rt domain - #103
Merged
Merged
Conversation
DiogoKaster
marked this pull request as ready for review
November 12, 2025 19:46
- update otavio-araujo/filament-smart-cep to 4.0.1
Clintonrocha98
previously approved these changes
Nov 12, 2025
- update rector/rector to 2.2.7 - update phpstan/phpstan to 2.1.26
gvieira18
approved these changes
Nov 12, 2025
PilsAraujo
approved these changes
Nov 12, 2025
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 a new Composer configuration for the
he4rt-corelibrary, updates font file paths in the CSS to reflect a new directory structure, and adds debugging to the Rector GitHub Actions workflow. The most significant changes are grouped below:New module configuration:
composer.jsonfor thehe4rt-corelibrary inapp-modules/he4rt, defining its autoloading, version, and Laravel service provider registration.Asset path updates (directory restructuring):
app-modules/portal/resources/css/support/fonts.csstoapp-modules/he4rt/resources/css/support/fonts.cssand updated all font file paths to point to the new relative location, ensuring correct asset loading after the move. [1] [2]CI/CD improvements:
.github/workflows/_rector.ymlto include the--debugflag for more detailed output during static analysis.