2025-12-25 17:15:41
π PHP 8 feature: Constructor property promotion simplifies everything. Write public function __construct(public readonly string $customerId, public readonly array $items) {} - clean, typed, immutable.
π #Laravel specific: Use $fillable arrays and $casts for Eloquent models. Use Attribute accessors for computed properties. Never add undefined properties directly to models.




