What I’ve come to realize, though, is that anyone can write code that seems complicated. The hard thing is solving complex problems with simple code.
PHP
How PHP Attributes Changed the Way I Write Livewire
Bert De Swaef shows how PHP attributes made his Livewire components easier to read by attaching validation, URL sync, and event listeners directly to the properties and methods they belong to. Nice piece on how Read more…