News


02/24/2025 - 18:16


Laravel 12 has been released. It introduces new starter kits for React, Vue, and Livewire and updates the latest upstream dependencies.





02/24/2025 - 17:19

A few weeks ago, I had the pleasure of announcing the formation of the Symfony
UX Core Team, a dedicated group working to enhance the frontend development
experience within the Symfony ecosystem.
Today, I'm equally excited to share another significant development for our
community: we are expanding the Symfony Core Team by welcoming four new
contributors.





02/23/2025 - 22:40


Fire Tower is a Laravel package and service to keep tabs on your applications. Let us keep watch on your config, package versions, and more.





02/23/2025 - 22:38


Unlock the power of Laravel's whereRelation method for streamlined relationship filtering. Build expressive queries that filter models based on related data without complex joins.





02/23/2025 - 20:22


Master Laravel's AsStringable cast for enhanced string manipulation. Transform your model attributes into powerful Stringable objects for cleaner, more expressive code.





02/23/2025 - 20:21


Enhance your Laravel models with accessor caching and value objects. Create efficient, object-oriented representations of your data while optimizing performance through intelligent caching mechanisms.





02/23/2025 - 20:18


Harness Laravel's loadMissing method for optimized relationship loading. Load related data conditionally and prevent N+1 query problems while keeping your code clean and efficient.





02/23/2025 - 20:16


Explore Laravel's latestOfMany and oldestOfMany methods for simplified relationship queries. Create expressive ways to access your models' first or most recent related records.