These days, real-time communication isn’t just expected — it’s essential. Our users are done with waiting for full-page refreshes to…
PHP
PeckPHP is a command-line tool developed by Nuno Maduro that meticulously scans your codebase for potential mistakes in wording and…
Latest PECL Releases: datadog_trace 1.6.2 ## Tracer Fixed Restore MESSAGE_* types #3031 Fix stats computation of background sender datadog_trace 1.6.1…
When building web applications, redirecting users between different parts of your application is a common requirement. While Laravel offers several…
A Laravel wrapper for version 4 of the IGDB API (Apicalypse) including webhook handling Source: Read MoreÂ
A Cos storage filesystem for Laravel. Source: Read MoreÂ
Laravel’s API Resources provide elegant methods for conditionally including attributes in your responses, allowing you to create flexible and efficient…
GGH is a small CLI application that recalls your SSH sessions and searches your SSH configuration file. It’s a lightweight…
Laravel’s View::share method provides a straightforward way to make data available across all views in your application, perfect for handling…
The Laravel Model Metadata package is designed to manage metadata in your Eloquent models with JSON support for multiple data…
Bag is a PHP and Laravel package for Immutable Value Objects, inspired by Spatie’s laravel-data package. It can help you…
Laravel’s AsStringable cast transforms model attributes into Stringable objects, providing fluent access to Laravel’s powerful string manipulation methods directly from…
As the new year begins, many of us set recurring goals—daily workouts, weekly meetings, or monthly reflections. Tracking these commitments…
Last week the Laravel team released v11.37, which includes new Eloquent relation methods, an option to ignore case with Str::is(),…
Laravel’s streaming response feature enables efficient handling of large datasets by sending data incrementally as it’s generated, reducing memory usage…
Dummy is a package created by Steve Bauman that can be used to generate PHP class instances populated with dummy…
Latest PECL Releases: gRPC 1.69.0 – gRPC Core 1.69.0 update xdebug 3.4.1 Mon, Jan 06, 2025 – Xdebug 3.4.1 =…
If you’ve been hearing “Can I log into your product with my Okta account?” from you customers lately (or the…
Laravel provides several approaches to control how dates are formatted when models are serialized to arrays or JSON. From global…
Laravel ERD automatically generates Entity-Relationship Diagrams from your Laravel models and displays them using Vuerd. Source: Read MoreÂ