Laravel comes with out-of-the-box authorization mechanism which is incredibly easy to use. But it depends on several pre-defined things, one…
PHP
One of the less-known Laravel features is Login throttling. By default, if user tries to log in via default Laravel…
Some time ago I posted a tweet that went viral: it was my vision of how typical Laravel SaaS could…
Have you ever used an external API and specified its version? For example, have you noticed the “/v1/” in the…
If you’re building a Laravel project with both Web and API sides, you need to customize error messages for each…
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…