This package provides DX tweaks for Service Container in Laravel. Source: Read MoreÂ
PHP
Integrate seamless commenting functionality into your Laravel project. Source: Read MoreÂ
Latest PECL Releases: uuid 1.3.0 – Add support for RFC9562 UUIDs (UUID_TYPE_TIME_V6 and UUID_TYPE_TIME_V7) when available, in libuuid from util-linux…
Laravel Passkeys is a package by Spatie that makes it easy to set up passkey authentication in your Laravel application.…
Laravel’s URI class now supports custom macros, allowing developers to create application-specific URL manipulation methods. This feature enables cleaner code…
Laravel seeder generator based on your real data from your database. The post Laravel Seeder Generator appeared first on Laravel…
Laravel’s requestException() method streamlines HTTP error testing by providing a concise way to create request exceptions. This utility reduces verbose…
Routes are your Laravel Application’s entry point, defining how it responds to different URLS and HTTP requests. A route is…
At PHPGurukul, we realize that the journey of learning PHP to mastering PHP requires more than theoretical knowledge. It requires…
Laravel’s Context system now includes increment and decrement methods for simple counter tracking. These methods streamline metric collection across application…
NativePHP Hit $100K — And We’re Just Getting Started 🚀 The post NativePHP Hit $100K — And We’re Just Getting…
Laravel’s ddBody() method simplifies API testing by enabling developers to quickly examine response content. This debugging utility accepts dot notation…
Laravel’s CanBeOneOfMany support for HasManyThrough relationships enables developers to retrieve specific records using methods like latestOfMany(), oldestOfMany(), and ofMany(). This…
Learn how to use Laravel’s database migrations to create comments on tables and track sensitive data in database applications. The…
The Laravel team released v12.13.0, which includes naming queued closures, a new assertRedirectBack() test assertion, callback support for Collection’s containsOneItem()…
Laravel’s pathSegments() method transforms URI path handling by returning path components as a collection. This feature eliminates manual string splitting,…
Veil is a Laravel package designed to enhance the management of encrypted environment variables in your Laravel or Laravel Zero…
Latest PECL Releases: maxminddb 1.12.1 * The C extension now checks that the database metadata lookup was successful. ds 1.6.0…
Laravel’s appliedRules() method exposes password validation rules directly to views, enabling dynamic password requirement indicators that automatically stay synchronized with…
The Laragear Populate package by is a supercharged, continuable seeder for Laravel applications. This package provides useful features on top…