Latest PECL Releases: rpminfo 1.2.0 – add rpmexpand, rpmexpandnumeric to retrieve rpm macro value add rpmdefine to set rpm macro…
PHP
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.…
Latest PEAR Releases: Image_Canvas 0.5.0 Source: Read MoreÂ
The Log Alarm package for Laravel gives you real-time monitoring and error detection for your applications. It helps you stay…
The Online Tailor Booking System is a web based application which has designed to address the limitations of traditional tailoring…
Latest PECL Releases: smbclient 1.2.0dev Removed support for PHP versions older than 7.4. skywalking_agent 0.8.0 ## What’s Changed * Fix…
Latest PEAR Releases: Image_Color 1.0.7 Source: Read MoreÂ
Latest PECL Releases: gRPC 1.69.0RC1 – gRPC Core 1.69.0 update Source: Read MoreÂ
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…