Optimize Laravel application performance using built-in measurement tools that compare execution times across different implementations. These utilities provide accurate timing…
Laravel
Memoize is a lightweight PHP library that simplifies function caching and memoization. It can help boost your application’s performance by…
Laracon US 2025 kicked off today at 9:30 central time in Denver, CO! If you aren’t at the live venue,…
Sanitization library for PHP and the Laravel framework. Source: Read MoreÂ
Simplify Laravel string encryption with new fluent methods that eliminate pipe workarounds. These integrated encrypt and decrypt functions maintain clean…
Resume PHP is a library that provides a type-safe way to build and work with resumes following the JSON Resume…
Bifrost is the first and only build service designed specifically for NativePHP apps. The post NativePHP Is Entering Its Next…
Secure nested Laravel resources automatically with scoped route binding. This feature validates parent-child relationships in URLs, eliminating manual checks while…
The Laravel Reactions package is a simple and flexible package to add reaction functionality to any Eloquent model in your…
An awesome open graph image (social cards) generator package for Laravel. Source: Read MoreÂ
Laravel’s @inject directive enables direct service container access within Blade templates, reducing controller complexity while maintaining clean architecture. Perfect for…
Useful Laravel links to read/watch for this week of July 24, 2025. Source: Read MoreÂ
PHP 8.5 will support recursion in Closures by fetching the currently executing Closure. Learn how you can support recursion using…
Take the State of Laravel 2025 survey to contribute your voice to the Laravel community. By sharing and participating, you…
The Laravel team released v12.21.0 with singleton and scoped container attributes, a query builder method to check if a value…
Generate a new IDE Helper file for Laravel Actions. Source: Read MoreÂ
Adds Stripe Connect functionality to Laravel’s main billing package, Cashier. Source: Read MoreÂ
Laravel Live Denmark is back with its second edition of the conference, to be held in Copenhagen, Denmark, on 21-22.…
The next Laravel Worldwide Meetup is today, Tuesday, July 22nd, 2025. The meetup starts on YouTube at 16:00 UTC and…
In Livewire v3 (≤ 3.6.3), a vulnerability allows unauthenticated attackers to achieve remote command execution in specific scenarios. The post…