2026-03-06 15:11:01
Running #Lando on GitHub Actions. #Laravel #PHP
https://www.
Running #Lando on GitHub Actions. #Laravel #PHP
https://www.
⚠️ Fake #Laravel packages on #Packagist deploy a cross-platform #RAT on Windows, macOS & Linux — researchers at Socket flagged 3 malicious
About to get on the plane to #LaraconEU, can't wait to meet my #laravel and #statamic friends and meet some new people!
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.