Cool, I think I saw a package somewhere to create module architecture or modular monoliths..can't remember
In the past, I would not prevent lazy loading in production, but here's an idea how to know an issue slipped through to production without interrupting the user experience. #php #laravel https://masteringlaravel.io/daily/2025-08-28-should-we-prevent-lazy-loading-even-in-production
For those situations where you need to generate a repeatable hash or signature, reach for HMAC, rather than MD5 or SHA1!
HMAC's are significantly harder to brute-force and don't suffer from collisions like simpler hashing algos.
https://securinglaravel.com/security-tip-use-hmac-hashes-to-verify/ #Laravel
Woot! Abivia Ledger for Laravel passes 25K downloads through Packagist!
This makes it the most popular piece of open source code I've written, ever. Also apparently one of the most bug-free. Just 12 issues on GitHub in over three years, and most of those not related to bugs.
My personal mission to help developers avoid building ill-conceived accounting logic into their applications continues!
The absolute number one most common cause of slow code is the database. Laravel makes fixing some of the common issues very easy. Let's see how. #php #laravel https://masteringlaravel.io/daily/2023-08-22-something-slow-it-is-probably-the-database
#Flowforge Transform any #Laravel model into production-ready drag-and-drop #Kanban board
Handles 100+ cards per column with intelligent pagination and optimistic UI
Three integration patterns: #Filament Pages, Resources, or standalone #Livewire
Zero configuration required - works with existing models and database
Fully customizable with actions, schemas, filters, and themes
90-second quick start with single artisan command board generation
Never have I ever....
https://ashallendesign-uk.medium.com/the-never-type-in-php-1c2c97ff47e8
I have used K6.io for this.. what have you guys used?