PHP

Blogs Related to PHP

PHP 8.4 Property Hooks Are the Biggest OOP Change in Years. Here’s Every Pattern You Need.

Getters and setters as we know them are obsolete. Property hooks and asymmetric visibility — shipped November 21, 2024 — change how PHP handles object state permanently. Fifteen years. That’s how long PHP developers have been writing getEmail() and setEmail() to control access to class… Read More »PHP 8.4 Property Hooks Are the Biggest OOP Change in Years. Here’s Every Pattern You Need.

Laravel 13, Cloud CLI, MCP, NativePHP — The Laravel Ecosystem Just Had Its Best Week in Years.

Five releases. Five different problems. One unmistakable direction. I’ve been writing about Laravel every day for three weeks. This week was different. Not because any single release was unprecedented. Taylor has shipped remarkable things before — Livewire wire:navigate changing how SPAs feel, Horizon making queue… Read More »Laravel 13, Cloud CLI, MCP, NativePHP — The Laravel Ecosystem Just Had Its Best Week in Years.

PHP Attributes on Laravel Models Are Here. Your Eloquent Classes Are About to Get a Lot Cleaner.

Laravel 13 ships 9 model attributes. Here’s every single one with before/after code, edge cases you’ll actually hit, and a practical migration strategy for existing apps. Count the lines before your first method on any model you wrote last month. Four? Six? Eight? Every Laravel… Read More »PHP Attributes on Laravel Models Are Here. Your Eloquent Classes Are About to Get a Lot Cleaner.

NativePHP v3 Is Free, MIT Licensed, and Ready. Here’s How to Build a Native iOS App With Laravel Today.

The core framework and all essential plugins are now open source. No license fee. No Swift or Kotlin. Just Laravel running natively on your phone. There’s a moment every PHP developer dreads. The client or boss says: “We also need a mobile app.” And you… Read More »NativePHP v3 Is Free, MIT Licensed, and Ready. Here’s How to Build a Native iOS App With Laravel Today.

Livewire v4 vs Vue 3 in 2026: I’ll Tell You Exactly Which One to Pick (No More “It Depends”)

Every comparison article says “it depends.” This one gives you the actual decision. Five questions. Five minutes. You’ll know which to use. “It depends” is the most useless answer in software development. Every Livewire vs Vue article you’ve read ends with a hedge: “choose based… Read More »Livewire v4 vs Vue 3 in 2026: I’ll Tell You Exactly Which One to Pick (No More “It Depends”)