Blog
Writing
Short posts on software, cloud architecture, and building products.
2026-05-08
PHP Attributes for Laravel Queue Jobs
WithoutRelations, UniqueFor, DebounceFor: the same attribute-driven approach from Eloquent models has arrived in queue jobs.
laravelphpqueues
2026-04-29
Laravel's PHP Attribute Workflow for Eloquent Models
ObservedBy, ScopedBy, UseFactory, Table, Scope: how PHP 8 native attributes are replacing model property boilerplate.
laravelphpeloquent