News


04/24/2025 - 10:33

The Devices and Sensors Working Group has published Compute Pressure Level 1 as W3C Candidate Recommendation. The Compute Pressure API provides a way for websites to react to changes in the CPU pressure of the target device, such that websites can trade off resources for an improved user experience. 





04/24/2025 - 05:09


The HTTP Fixtures package for Laravel generates fake JSON responses for external API calls in tests. It simplifies creating mock responses by integrating with Faker to generate realistic test data.





04/24/2025 - 04:42


Idempotency for Laravel is a production-ready package for implementing idempotency in API requests. Clients can safely retry API calls using this package without worrying about duplicate processing.





04/23/2025 - 15:59

Build native iOS & Android apps using just Laravel. NativePHP for Mobile v1 release announcement— the same Laravel you've always used, now supercharged!





04/23/2025 - 09:27

Node v24.0.1 (Current)





04/23/2025 - 03:08


The Laravel team released v12.10.0, which includes mapping Eloquent attributes using the collection cast into a specific object, checking nested relationships with relationLoaded(), Arr::dot() performance improvements, and more