Registry / database / kirschbaum-development-eloquent-power-joins

kirschbaum-development-eloquent-power-joins

JSON →
library4.3.2phppackagistunverified

The Laravel magic applied to joins.

composer require kirschbaum-development/eloquent-power-joins
INSTALL
IMPORT
SIG · KIRSCHBAUM-DEVELOP
K
kirschbaum-development-eloquent-power-joins
databasephpv4.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PowerJoins
use Kirschbaum\PowerJoins\PowerJoins;

Uses PowerJoins trait to optimize join queries in Eloquent.

use Kirschbaum\PowerJoins\PowerJoins; $users = User::whereHas('posts', function ($query) { $query->where('title', 'like', '%Laravel%'); })->get();
Debug
Known issues
gotchaMay conflict with other query builder macros.
fix
Test thoroughly when combining with other Eloquent extensions.
affects: >=4.0.0
Upgrade
Version history
4.3.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
OpenAI (training)
2
Amazon
1
Resources
kirschbaum-development-eloquent-power-joins — pip install kirschbaum-development-eloquent-power-joins · libregistry