Laravel Migration With Schema Validation in MongoDB
In this tutorial, we will walk through how to perform migration with MongoDB in Laravel The post Laravel Migration With Schema Validation in MongoDB appeared first on Laravel News. Join the Laravel...
View ArticleConvert Any Value to Collections with Laravel's Collection::wrap Method
Laravel's Collection::wrap method seamlessly converts any value type into a collection, handling single values, arrays, and existing collections uniformly. This utility ensures consistent collection...
View ArticleLaravel Audit Log
The Laravel Audit Log package is designed to provide detailed audit logging for Laravel applications. Each model gets a dedicated audit table you can query to see how models have changed over time....
View ArticleConvert Special Characters to ASCII with Laravel's Str::transliterate Method
Laravel's Str::transliterate method converts special characters to their ASCII equivalents, enabling consistent text normalization. This utility simplifies content processing by handling accented...
View ArticleKeep Your Place: Enhancing User Experience with Fragment Method
Introducing Lateral's Fragment method—your key to seamless user navigation. By targeting specific sections with anchors, users remain focused on their current content without those annoying page...
View ArticleEncrypt and Decrypt String Helpers in Laravel 12.18
The Laravel team released v12.18.0, with encrypt and decrypt string helpers, per-request truncation limit for HTTP client responses, a new command option to make batchable jobs, and more. The post...
View ArticleRepeat Strings Efficiently with Laravel's Str::repeat Method
Laravel's Str::repeat method duplicates strings a specified number of times, enabling simple pattern creation. This utility excels in generating separators, progress indicators, indentation, and...
View ArticleBetter defaults for your Laravel applications with Essentials
Essentials provide better defaults for your Laravel applications including strict models, automatically eagerly loaded relationships, immutable dates, and more! The post Better defaults for your...
View ArticleExtract Arrays from Any Data Type with Laravel's Arr::from Method
Laravel's Arr::from method unifies array extraction from various data types including collections, Jsonable objects, and Arrayable instances. This utility eliminates type checking and provides...
View ArticleManage Taxonomies, Categories, and Tags in Laravel
The Laravel Taxonomy package manages categories, tags, and hierarchical structures in Laravel applications. Taxonomy is ideal for category management, organizing content, product attributes, and more....
View ArticleParse Localized Numbers with Laravel's Number Class
Laravel's Number class provides locale-aware parsing methods that handle international number formats using PHP's Intl extension. These utilities automatically convert locale-specific number strings...
View ArticleAnyCable Laravel Broadcaster
AnyCable is a broadcasting adapter for Laravel similar to Reverb The post AnyCable Laravel Broadcaster appeared first on Laravel News. Join the Laravel Newsletter to get all the latest Laravel...
View ArticleFilament v4 Beta - Feature Overview
The Filament v4 Beta is here with a range of powerful, helpful updates. It's faster, easier to use, and gives you more control when building applications. In this article, we highlight what's new and...
View ArticleLaravel Nightwatch - Deep monitoring & insights, no matter where you deploy.
Laravel Nightwatch is first-class monitoring for Laravel applications. Deep monitoring and insights, no matter where you deploy. The post Laravel Nightwatch - Deep monitoring & insights, no matter...
View ArticleLarallow is a Permissions Package With Support for Scopes
Larallow for Laravel is a package for handling roles and permissions with advanced features such as scoped roles, polymorphic relations, translation support, and more. The post Larallow is a...
View ArticleTest Deferred Operations Easily with Laravel's withoutDefer Helper
Laravel's withoutDefer and withDefer test helpers enable precise control over deferred operation execution during testing. These utilities allow immediate execution of deferred functions, making it...
View ArticleLaravel 12.19 Adds a useEloquentBuilder Attribute, a FailOnException Queue...
The Laravel team released v12.19.0 with a UseEloquentBuilder PHP attribute, an AsFluent model cast, FailOnException job middleware, assert redirect back with errors, and more. The post Laravel 12.19...
View ArticleHandle Nested Arrays Elegantly with Laravel's fluent() Helper
Laravel's fluent() helper function simplifies multi-dimensional array handling by providing intuitive access to nested data structures. This utility enables dot notation access, collection chaining,...
View ArticleManipulate Image URLs in Laravel with the Image Transform Package
The laravel-image-transform-url package offers a lightweight and expressive way to manipulate image URLs by appending transformation query parameters. The post Manipulate Image URLs in Laravel with...
View ArticleReset Rate Limits Dynamically with Laravel's clear Method
Laravel's RateLimiter clear method enables dynamic rate limit resets based on application conditions. This utility allows programmatic quota management, making rate limiting systems more flexible by...
View Article