
positive
Laravel 10.44: Shifting Toward Attribute-Driven Eloquent and Fluent Helpers
Laravel is ditching boilerplate in favor of PHP Attributes, fundamentally changing how we connect observers and global scopes. By moving these registrations directly into the model, the framework is making our codebases more discoverable and significantly more concise. Plus, new fluent helpers for Base64 and array slicing mean you can finally stop wrapping every single variable in a collection just to get clean syntax.
Feb 15, 2024