framework
framework copied to clipboard
The Goravel Framework.
## π Description Closes [#486 ](https://github.com/goravel/goravel/issues/486) @coderabbitai summary ## β Checks - [x] Added test cases for my code
## π Description Closes [#486 ](https://github.com/goravel/goravel/issues/486) @coderabbitai summary ## β Checks - [x] Added test cases for my code
## π Description hey there, in this PR I want to add the WhereHas method. I welcome any suggestions. https://github.com/goravel/goravel/issues/373 @coderabbitai summary ## β Checks - [ ] Added test...
## π Description This update introduces the management of the Mockery tool version within the frameworkβs go.mod, ensuring consistency across environments. By specifying the version, we avoid discrepancies in generated...
## π Description Closes https://github.com/goravel/goravel/issues/589 @coderabbitai summary ## β Checks - [ ] Added test cases for my code
## π Description Closes https://github.com/goravel/goravel/issues/565 @coderabbitai summary ## β Checks - [ ] Added test cases for my code
## π Description **Its new Feature.** The First method provided by orm.Query automatically adds an ORDER BY clause. This meant that if someone wanted to retrieve a single record using...
## π Description Closes https://github.com/goravel/goravel/issues/547 @coderabbitai summary ## β Checks - [ ] Added test cases for my code
## Description This PR replaces the single-client singleton (previously initialized via `sync.Once`) with a **Factory Pattern**. This enables support for **Multiple HTTP Clients** while significantly refactoring the engine for performance...
## π Description RelatedTo https://github.com/goravel/goravel/issues/726 ## β Checks - [ ] Added test cases for my code