If you’re building a Laravel project with both Web and API sides, you need to customize error messages for each…
PHP
When it comes to the performance of the Laravel application, by far the no.1 problem I’ve seen is the database.…
When working with large datasets that are complex to get or rarely change, we can use caching to reduce the…
Latest PECL Releases: brotli 0.18.0 – add: BROTLI_VERSION_TEXT and BROTLI_VERSION_NUMBER constants change!: remove length argument for brotli_uncompress() remove: BROTLI_LIB_VERSION that…
The Filament v4 Beta is here with a range of powerful, helpful updates. It’s faster, easier to use, and gives…
Laravel package for OpenRouter (A unified interface for LLMs) Source: Read MoreÂ
Laravel Nightwatch is first-class monitoring for Laravel applications. Deep monitoring and insights, no matter where you deploy. The post Laravel…
Larallow for Laravel is a package for handling roles and permissions with advanced features such as scoped roles, polymorphic relations,…
A Laravel toolkit for Domain Driven Design patterns Source: Read MoreÂ
At PHPGurukul, we know the importance of your final year project—both as an assignment, but also as a genuine portrayal…
AnyCable is a broadcasting adapter for Laravel similar to Reverb The post AnyCable Laravel Broadcaster appeared first on Laravel News.…
Laravel’s Number class provides locale-aware parsing methods that handle international number formats using PHP’s Intl extension. These utilities automatically convert…
Laravel’s Arr::from method unifies array extraction from various data types including collections, Jsonable objects, and Arrayable instances. This utility eliminates…
The Laravel Taxonomy package manages categories, tags, and hierarchical structures in Laravel applications. Taxonomy is ideal for category management, organizing…
Laravel’s Str::repeat method duplicates strings a specified number of times, enabling simple pattern creation. This utility excels in generating separators,…
Essentials provide better defaults for your Laravel applications including strict models, automatically eagerly loaded relationships, immutable dates, and more! The…
Useful Laravel links to read/watch for this week of June 12, 2025. Source: Read MoreÂ
Introducing Lateral’s Fragment method—your key to seamless user navigation. By targeting specific sections with anchors, users remain focused on their…
Laravel’s Str::transliterate method converts special characters to their ASCII equivalents, enabling consistent text normalization. This utility simplifies content processing by…
The Laravel team released v12.18.0, with encrypt and decrypt string helpers, per-request truncation limit for HTTP client responses, a new…