halimzidoune/query-macro-helper
A Laravel package that extends the Query Builder, allowing you to create custom macros to work with different database drivers easily. Instead of using raw DB::raw() statements and checking the current driver each time, this package simplifies working with multiple databases. It makes your code clea
时间:2025-08-21 21:17
djl997/laravel-search-query-builder
A `Illuminate\Database\Query\Builder` macro to easily search on multiple database columns.
时间:2023-04-13 11:39
mpyw/eloquent-has-by-non-dependent-subquery
Convert has() and whereHas() constraints to non-dependent subqueries.
时间:2020-06-28 21:24
mpyw/eloquent-has-by-join
Convert has() and whereHas() constraints to join() ones for single-result relations.
时间:2020-06-27 18:29
mpyw/laravel-local-class-scope
A tiny macro that reuse a global scope class as a local scope
时间:2019-05-04 16:02