Laravel’s UseFactory attribute enables declarative factory associations directly on Eloquent models using PHP attributes. This approach clarifies model-factory relationships, simplifies…
PHP
Useful Laravel links to read/watch for this week of May 2025. Source: Read MoreÂ
Laratext is a Laravel package that manages and auto-translates application text strings. It allows specifying both key and text for…
Publishes migrations that make your database production ready. Source: Read MoreÂ
VSCode is gaining more traction thanks to Cursor, an AI-powered code editor. But if you are switching from PHPStorm to…
Laravel’s except() method provides an intuitive way to exclude specific attributes from Eloquent models. This method complements the existing only()…
Add kanban boards to your Filament pages Source: Read MoreÂ
The Laravel team has just shipped big improvements to Laravel Echo v2.1.0, including a new useEcho() hook for React and…
Laravel introduces fluent resource methods that attach transformation capabilities directly to Eloquent models. These methods create a more natural coding…
The Laravel team released v12.14.0, which includes a new Arr::from() method, a currentlyResolving() container method, new “except” Context methods, and…
This package provides DX tweaks for Service Container in Laravel. Source: Read MoreÂ
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…