The Laragear Populate package by is a supercharged, continuable seeder for Laravel applications. This package provides useful features on top…
Laravel
Learn how to build an AI-powered task manager using Laravel, Livewire, and PrismPHP. In this video tutorial, I walk through…
Electron wrapper for the NativePHP framework. Source: Read MoreÂ
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,…
We’ve had a lot of exciting news come from the Filament project over the past few years, but none has…
Laravel’s globalOptions method centralizes HTTP client configuration, enabling consistent request behavior across your application. This feature reduces duplication by establishing…
The laravel-job-status package provides a simple way to track the status and progress of your queued jobs. The package allows…
Laravel’s assertOnlyJsonValidationErrors method revolutionizes validation testing by verifying both the presence of expected errors and the absence of unexpected ones…
The new Laracon US website just launched! Come to the absolute best conference, July 29-30, in Denver, Colorado. The post…
ClickHouse migrations for Laravel Source: Read MoreÂ
Laravel’s Arr::sole() method retrieves a single matching item from arrays while validating uniqueness. This powerful utility throws exceptions for missing…