Laravel’s takeWhile method provides precise control over collection filtering, allowing you to extract elements that consecutively meet a condition until…
Laravel
The One-time Password (OTP) Manager package for Laravel provides a comprehensive set of methods to generate, send, verify, and manage…
PublicIP is a PHP library that gets a server’s public IP address reliably and quickly. This package has an opinionated…
Laravel’s Context facade enhances application insight by allowing you to add persistent metadata throughout your request lifecycle. This context automatically…
Laravel package to integrate PHP Domain parser. Source: Read MoreÂ
Token Forge by Blaspsoft, is a versatile Laravel package designed to add robust, customizable API token management to your application.…
Laravel provides AsArrayObject and AsCollection casts to handle complex JSON attributes more effectively, enabling intuitive manipulation of nested data structures.…
The Log Alarm package for Laravel gives you real-time monitoring and error detection for your applications. It helps you stay…
Laravel’s session blocking prevents race conditions and data inconsistencies by controlling concurrent session access. This feature ensures data integrity during…
Blade Fragments enable partial page updates by returning specific template sections, ideal for use with htmx or Turbo frameworks. Using…
Session security is crucial for protecting user data. Laravel provides robust session management tools, including session ID regeneration capabilities. Let’s…
The Laravel Union Paginator package by Austin White combines data from multiple Eloquent models into a single unified query using…
This week, the Laravel team released v11.35, which includes URI parsing and mutation, the ability to disable HTTP client exception…
In Laravel 11.2.0, we got a fluent() helper to conveniently convert array data into a Fluent instance. Now, starting in…
Working with large datasets in Laravel often requires flexibility in how we manipulate and process data. While collections provide powerful…
Laravel’s Storage::download simplifies secure file serving by providing a clean API for handling downloads while managing file storage abstraction. <?php…
Laravel’s API Resources feature whenLoaded() to conditionally include relationship data in API responses, optimizing performance by preventing unnecessary database queries.…
Laravel’s API resources wrap responses in a ‘data’ key by default. While useful for many scenarios, sometimes a flatter response…
Have you ever received a bug report or looked in Sentry only to find a truncated HTTP client exception you…
Wirechat is a new and powerful Laravel Livewire chat package created by Namu Makwembo that brings real-time private and group…