Arjay Angeles

Results 12 issues of 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...

feature

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...

Features

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.

enhancement
need help

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...

Fix #2901

Need Reviewers

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

need testers

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...