The Laravel team released v12.13.0, which includes naming queued closures, a new assertRedirectBack() test assertion, callback support for Collection’s containsOneItem()…
PHP
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…
Learn how to build an AI-powered task manager using Laravel, Livewire, and PrismPHP. In this video tutorial, I walk through…
In this tutorial, we will learn how to create a CRUD Operation using Laravel 11. Step 1: Install Laravel composer…
Electron wrapper for the NativePHP framework. Source: Read MoreÂ
Diabetes Detection System using PHP and Mysql is a web-based technology that allows users to predict the likelihood of diabetes…
Laravel’s fillAndInsert() method combines the performance of bulk insertions with Eloquent’s model-level casting and attribute preparation. This feature eliminates the…
The Argonaut DTO for Laravel is a lightweight Data Transfer Object (DTO) package that supports nested casting, recursive serialization, and…
Laravel Nightwatch delivers unparalleled insights into your application’s performance, with the intelligence only a system obsessively optimized for Laravel can…
Laravel’s shouldRun() method enables migrations to execute conditionally based on application state. This feature streamlines feature-flagged development by allowing database…
The Disposable Email package for Laravel aims to detect and block email addresses with over 100K+ known domains. The post…
Themes for Filament panels Source: Read MoreÂ
Centrifugo broadcaster for laravel Source: Read MoreÂ
Join the free virtual event along with community experts to celebrate 30 years of PHP! The post Celebrate 30 years…
Laravel’s Number::spell method now offers ‘until’ and ‘after’ threshold parameters, allowing precise control over when numbers appear as words versus…
The Laravel team released v12.11.0, which includes typed Arr getter methods, job payload additions, FakeJob now implements the Job contract,…