Database01
Eloquent Power Joins
The Eloquent relationships you know, with the power of SQL joins.
composer require kirschbaum-development/eloquent-power-joinsPractical tools for your next Laravel project.
Find your package, get set up, and make it your own.
use App\Models\User;
// Your relationships. Now with joins.
User::joinRelationship('posts')
->where('posts.published', true)
->get();
The Eloquent relationships you know, with the power of SQL joins.
composer require kirschbaum-development/eloquent-power-joinsBring conversations to Filament with comments, mentions, and reactions.
composer require kirschbaum-development/commentionsDeploy Laravel to your own AWS infrastructure with the power of SST.
npm install @kirschbaum-development/sst-laravelFind and redact sensitive data before it leaves your Laravel application.
composer require kirschbaum-development/redactorExplore shared guides, find your starting point, or contribute what you know.
Found a bug, have an idea, or spotted something in the docs? Every contribution helps these tools go further.
Find out how to contribute