minionfactory / raw-hydrator
Run a raw SQL query and hydrate Eloquent models (with relations) from the result set, in a single round trip.
v0.1.0
2026-05-25 11:45 UTC
Requires
- php: ^8.3
- ext-json: *
- laravel/framework: ^10.0|^11.0|^12.0
Run a raw SQL query and hydrate Eloquent models (with relations) from the result set, in a single round trip.
Requires