·
10 min
Readonly Properties in PHP 8: Practical Use Cases
A practical guide to PHP readonly properties: value objects, DTOs, immutable config, constructor promotion, and the gotchas that bite in production.
2 Articles
A practical guide to PHP readonly properties: value objects, DTOs, immutable config, constructor promotion, and the gotchas that bite in production.
A practical guide to PHP enums: pure vs backed, cases(), from(), tryFrom(), methods, interfaces, and real-world usage in Laravel.