2026-02-20 07:44:01
Running #Lando on GitHub Actions. #Laravel #PHP
https://www.
Running #Lando on GitHub Actions. #Laravel #PHP
https://www.
🚀 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.