add divider and colored outputs - #137
Merged
Merged
Conversation
hwbrzzl
pushed a commit
that referenced
this pull request
Jan 16, 2026
hwbrzzl
added a commit
that referenced
this pull request
Jan 31, 2026
* optimize mockery * add divider and colored outputs (#137) * Add MongoDB package (#140) * add mongodb package * Update packages.md with test coverage note Added a note about test coverage ordering and corrected a missing asterisk in the table header. * Enhance package.md with discoverability tips via GitHub Topic (#141) * Enhance package.md with discoverability tips Added tips for improving package discoverability in the documentation. * Add goravel topic * Enhance topic addition instructions in packages.md Updated instructions for adding topics to a repository for better discoverability. * Clean up blank lines in packages.md Removed extra blank lines in the packages documentation. * feat: documentation for console arguments (#132) * feat: documentation for console arguments * fix: text formatting * feat: [#559] Feature Comparison Table with Laravel * optimize * add introduction to process facade * add docs for process Pipelining * add warning in process Pipeline configuration * add doc for async processes * add doc for concurrent processes * add docs for pluralization * add pluralization supported languages * optimize mockery * add divider and colored outputs (#137) * Add MongoDB package (#140) * add mongodb package * Update packages.md with test coverage note Added a note about test coverage ordering and corrected a missing asterisk in the table header. * Enhance package.md with discoverability tips via GitHub Topic (#141) * Enhance package.md with discoverability tips Added tips for improving package discoverability in the documentation. * Add goravel topic * Enhance topic addition instructions in packages.md Updated instructions for adding topics to a repository for better discoverability. * Clean up blank lines in packages.md Removed extra blank lines in the packages documentation. * feat: documentation for console arguments (#132) * feat: documentation for console arguments * fix: text formatting * feat: [#559] Feature Comparison Table with Laravel * optimize * add introduction to process facade * add docs for process Pipelining * add warning in process Pipeline configuration * add doc for async processes * add doc for concurrent processes * add docs for pluralization * add pluralization supported languages * mail template * optimize * add some features * optimize * optimize * optimize * optimize * optimize * optimize * remove telemetry facade documentation * optimise pluralization example * add documentation for http client testing * fix view.md * optimize * optimize TODO * add navigate * add versions * add versions * optimize home page * optimize code * add new providers * optimize grpc --------- Co-authored-by: zoryamba <zoryamba@gmail.com> Co-authored-by: toni dy <tonidy@users.noreply.github.com> Co-authored-by: Oleksii Prudkyi <oprudkyi@users.noreply.github.com> Co-authored-by: krishan kumar <84431594+kkumar-gcc@users.noreply.github.com> Co-authored-by: kkumar-gcc <krishkumar9352@gmail.com> Co-authored-by: krishan kumar <84431594+krishankumar01@users.noreply.github.com>
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.
📑 Description
Documented methods, added in goravel/framework#1219