API-based projects are more and more popular, and they are pretty easy to create in Laravel. But one topic is…
PHP
This is a demo Laravel project aimed at junior developers to practice their skills. This article contains both the task…
Quick tip of the day. Default Laravel Auth comes with User table and model, but without logging capability, so we…
Laravel comes with out-of-the-box authorization mechanism which is incredibly easy to use. But it depends on several pre-defined things, one…
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…