Arjay Angeles
Arjay Angeles
Related to PR #598, would to request a feature to register custom migration path but via runtime. ATM, my work around is via custom registrar class. ```php namespace App\Services; class...
When rotating the image clockwise / counter-clockwise by 90 degrees, it seems like the crop area cannot select the whole image (even using original aspect does not work) and is...
Add phpstan static analysis
- Fix #542. - Make `ORA_MAX_NAME_LEN` configurable via env. ## TODO 1. Fix tests. 2. Fetch ORA_MAX_NAME_LEN from config instead of env.
This PR aims to improve fetchAll method by utilizing oci_fetch_all. Current implement causes like an N+1 side effect which calls fetch method multiple times depending on the numbers of rows...
Improve pagination performance by using ROW_NUMBER() and handling default orders. fix: #878, #870 test: pagination improvement SQL changes fix: subSelect where in query fix: pagination when using fromSub
Fix #3261 - Updated composer.json to include staudenmeir/eloquent-has-many-deep package. - Implemented methods in EloquentDataTable to handle HasManyDeep relationships, including foreign key and local key retrieval. - Enhanced the User model...