feat: add make:provider Command#1180
Merged
hwbrzzl merged 4 commits intogoravel:masterfrom Sep 5, 2025
Merged
Conversation
- Add DateTimes method to Blueprint interface - Implement DateTimes method to create created_at and updated_at columns - Add precision parameter support for timestamp columns - Add test coverage for DateTimes functionality
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1180 +/- ##
==========================================
+ Coverage 68.17% 68.27% +0.10%
==========================================
Files 232 233 +1
Lines 14999 15071 +72
==========================================
+ Hits 10225 10290 +65
- Misses 4395 4401 +6
- Partials 379 380 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fc434e3 to
d195033
Compare
hwbrzzl
reviewed
Sep 5, 2025
hwbrzzl
reviewed
Sep 5, 2025
hwbrzzl
reviewed
Sep 5, 2025
18985ce to
8bbf0f6
Compare
Contributor
Author
|
@hwbrzzl checked & pushed , let me know if there has any issues or suggestions. |
8bbf0f6 to
ce7c99f
Compare
- Add ProviderMakeCommand with --force/-f option support - Create ServiceProvider stub template with complete interface implementation - Add comprehensive test suite covering all scenarios - Register command in foundation application bootstrap - Generated providers include Relationship(), Register(), and Boot() methods - Support nested provider creation (e.g., auth/CustomProvider) - Default output directory: app/providers/ Update foundation/console/stubs.go Co-authored-by: Wenbo Han <hwbrzzl@gmail.com> Update foundation/console/stubs.go Co-authored-by: Wenbo Han <hwbrzzl@gmail.com>
ce7c99f to
10a2467
Compare
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
Closes https://github.com/goravel/goravel/issues/
✅ Checks