Laravel 12.32 introduces Http::batch, a clean way to send concurrent HTTP requests with lifecycle hooks for progress, success, failure, and finalization.
Read about how to use the “json_validate” function in PHP to check whether a string is valid JSON. We’ll also discuss the difference between “json_validate” and “json_decode”.
Learn about serialization and how it works in PHP. We’ll discuss serialized data formats, how to use serialization in PHP, and how to write tests for your serialization logic.
Explore Laravel’s Service Container from the ground up: resolution, binding, scopes, contextual dependencies, auto-wiring, and more, and demystify how your app runs.
Read about the new v1.0 release of the Redactable Models for Laravel package. The article covers the new “mass redaction” feature and the Composer dependency changes.