Skip to main content
THE KIRSCHBAUM DEVELOPER HUB

Good tools.
Great things ahead.

Practical tools for your next Laravel project.
Find your package, get set up, and make it your own.

Open source. Built by Kirschbaum.
Start with a relationship.PHP
ELOQUENT POWER JOINS
use App\Models\User;

// Your relationships. Now with joins.
User::joinRelationship('posts')
->where('posts.published', true)
->get();
Less boilerplate. More Laravel.
Built for the Laravel ecosystemMade to be yours
FIND YOUR NEXT BUILDING BLOCK

The packages04

Focused tools. Clear documentation. Ready when you are.

Database01

Eloquent Power Joins

The Eloquent relationships you know, with the power of SQL joins.

composer require kirschbaum-development/eloquent-power-joins
Filament02

Commentions

Bring conversations to Filament with comments, mentions, and reactions.

composer require kirschbaum-development/commentions
Infrastructure03

SST Laravel

Deploy Laravel to your own AWS infrastructure with the power of SST.

npm install @kirschbaum-development/sst-laravel
Security04

Redactor

Find and redact sensitive data before it leaves your Laravel application.

composer require kirschbaum-development/redactor

A little guidance goes a long way.

Explore shared guides, find your starting point, or contribute what you know.

Explore the guides
BETTER, TOGETHER

Built in the open.
Improved by you.

Found a bug, have an idea, or spotted something in the docs? Every contribution helps these tools go further.

Find out how to contribute