How I Built My Own Private Composer Package Distribution
Why I skipped Satis and Packagist.com and built a private Composer repository directly into my Laravel app — with license-gated authentication and GitHub proxying.
Why I skipped Satis and Packagist.com and built a private Composer repository directly into my Laravel app — with license-gated authentication and GitHub proxying.
From blade-flags to Laravel Translations — the real lessons from maintaining open-source packages used by thousands of developers.
How I structure queued jobs in production Laravel apps — from retry strategies to batch processing to avoiding the pitfalls that silently lose data.