Articles & Insights

Explore my thoughts on web development, technology trends, and programming best practices

Active filters:

Showing 1 of 8 articles

Internal
Featured
Backend
March 30, 20263 min

PHP Attributes in Laravel 13 — The Complete Guide

Laravel 13 doubles down on PHP's native Attribute system, letting you replace scattered configuration arrays, boot callbacks, and interface implementations with clean, colocated #[...] annotations directly on your classes and methods. This article explains what PHP Attributes are, why they matter, and walks through every place Laravel 13 uses them — with working code examples and direct links to the official docs.

BackendPhpLaravel 13 +1
Showing 1 to 8 of 8 results