2025-11-15 18:14:15
Only 3 #laravel devs listed in #yvr?
Gotta be more of us than that.
https://phpc.social/@denniskoch/115554
Only 3 #laravel devs listed in #yvr?
Gotta be more of us than that.
https://phpc.social/@denniskoch/115554
Any PHPStan/Larastan experts out there? Currently on level 2 and getting an error about a missing var. I don't really want to add another line to fix nor do I want to ignore this line, is there a better way?
Maybe @… knows?
#laravel
🚀 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.