How Laravel Helped Me Deliver a Scalable Internal App Under Unexpected Constraints
A real‑world look at how Laravel’s ORM and framework design helped me solve a major database migration challenge and deliver a scalable internal workflow system as a solution architect.
Fixing the Silent File Upload Bug in Livewire 2
How I finally tracked down a random file upload issue that haunted our internal app for two years, only to find out it was a Livewire background request race condition.
Solving Supervisor Log Conflicts in Laravel
How setting up Slack production monitoring helped us finally identify and resolve a persistent Laravel/Supervisor permission race condition that had been sidelined for two years.
str_starts_with in PHP 8
New ways to check if a string starts with a character in PHP 8
Database Transactions in Laravel, how to stop partial insertions!
Ensuring the DB transaction integrity and consistency using db transaction feature by Laravel
Manually Triggering Events in Laravel
What to do when you want to trigger an event for a model which is already created.
How to Install the Imagick PHP Extension on Windows
Installing Imagick or any other PHP extensions on a Windows XAMPP setup