Pranab Kalita

Pranab Kalita

Master Objects in PHP: Your Friendly Guide to OOP

Objects In PHP: Today, we’re going to explore the wonderful world of objects and Object-Oriented Programming (OOP) in PHP. Buckle up, because we’re about to break down some key concepts in a way that’s easy to understand and implement in…

Easily Increment or Decrement using Laravel Eloquent

We’ve all been there: trying updating a counter variable, then saving the entire model instance. It works, sure, but it feels…clunky, right? Especially when Laravel offers a more elegant solution: Eloquent’s increment and decrement methods! In this post, we’ll explore…

New Laravel 11 has been officially released: Welcome Reverb

Laravel 11 has been released, requiring PHP v8.2 at minimum. It brings significant enhancements, including a new Laravel Reverb package for real-time capabilities, a streamlined directory structure, per-second rate limiting, health routing, encryption key rotation, queue testing improvements, Resend mail…