Channel: Laravel News
Handle Nested Arrays Elegantly with Laravel's fluent() Helper https://laravel-news.com/nested-arrays-fluent
Laravel News
Handle Nested Arrays Elegantly with Laravel's fluent() Helper - Laravel News
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, and scoped operations, making complex array manipulation…
Manipulate Image URLs in Laravel with the Image Transform Package https://laravel-news.com/laravel-image-transform-url
Laravel News
Manipulate Image URLs in Laravel with the Image Transform Package - Laravel News
The laravel-image-transform-url package offers a lightweight and expressive way to manipulate image URLs by appending transformation query parameters.
Reset Rate Limits Dynamically with Laravel's clear Method https://laravel-news.com/rate-limits-clear
Laravel News
Reset Rate Limits Dynamically with Laravel's clear Method - Laravel News
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 clearing limits when specific events occur, such as approvals…
Lightning Fast Schedule Management for Laravel https://laravel-news.com/lightning-fast-schedule-management-for-laravel
Laravel News
Lightning Fast Schedule Management for Laravel - Laravel News
The Laravel Zap package is a flexible schedule management system with a deep Laravel integration. With Zap, you can create calendar schedules for Eloquent models for things like events, appointments, recurring events, and more.
Dividing Collections with Laravel's splitIn Helper https://laravel-news.com/collections-splitin
Laravel News
Dividing Collections with Laravel's splitIn Helper - Laravel News
Laravel's splitIn method efficiently divides collections into equal groups, perfect for organizing data across multiple columns, teams, or processing units while maintaining balanced distribution throughout your application.
Retrieving Command Parameters in Laravel Artisan https://laravel-news.com/command-parameters-laravel-artisan
Laravel News
Retrieving Command Parameters in Laravel Artisan - Laravel News
Master Laravel's argument and option retrieval methods to build powerful Artisan commands. Access individual parameters or retrieve complete collections for dynamic command processing and enhanced user experiences.
Generate Eloquent Models from Database Markup Language Files https://laravel-news.com/dbml-to-laravel
Laravel News
Generate Eloquent Models from Database Markup Language Files - Laravel News
Generate Eloquent models and migration files directly from DBML diagrams with fillable properties, defined relationships, and more.
Building a Task Reminder With Laravel and MongoDB https://laravel-news.com/building-a-task-reminder-with-laravel-and-mongodb
Laravel News
Building a Task Reminder With Laravel and MongoDB - Laravel News
Freshly created Laravel applications are configured to use relational databases. The purpose of this tutorial is to show how to use MongoDB in a Laravel application. We will build a simple task reminder system to achieve this.
Tracking Cache Activity with Laravel Events https://laravel-news.com/tracking-cache-activity-laravel-events
Laravel News
Tracking Cache Activity with Laravel Events - Laravel News
Laravel's cache events provide detailed monitoring capabilities for tracking hits, misses, writes, and deletions. Build comprehensive analytics systems to optimize cache performance and understand application caching patterns effectively.
Defining a Dedicated Query Builder in Laravel 12 With PHP Attributes https://laravel-news.com/defining-a-dedicated-query-builder-in-laravel-12-with-php-attributes
Laravel News
Defining a Dedicated Query Builder in Laravel 12 With PHP Attributes - Laravel News
Learn how to configure a dedicated query builder class for Eloquent models using Laravel's new PHP attribute added in Laravel 12.19.
Generate awesome open graph images with Open Graphy https://laravel-news.com/open-graphy
Laravel News
Generate awesome open graph images with Open Graphy - Laravel News
An awesome open graph (social cards) image generator package for Laravel.
Accepting Multiple Parameters in Laravel Commands https://laravel-news.com/multiple-parameters-laravel-commands
Laravel News
Accepting Multiple Parameters in Laravel Commands - Laravel News
Laravel's array parameter syntax enables commands to accept multiple arguments and options efficiently. Build powerful batch processing tools using asterisk notation for flexible multi-value command interfaces.
Translate Your App to Other Languages With Laravel Gemini Translator https://laravel-news.com/laravel-gemini-translator
Laravel News
Translate Your App to Other Languages With Laravel Gemini Translator - Laravel News
The Gemini AI translator package for Laravel extracts translation keys in your Laravel project and translates them using Google's Gemini AI agent. The package generates the necessary language files to translate your application quickly.
Enhanced Enum Processing with Laravel's Default Parameter Support https://laravel-news.com/request-enum-default
Laravel News
Enhanced Enum Processing with Laravel's Default Parameter Support - Laravel News
Laravel's enhanced enum method now supports default values as a third parameter, simplifying request handling and eliminating boilerplate code when processing enum parameters with fallback values.
Analyze Laravel Codebases with the Laravel Introspect Package https://laravel-news.com/laravel-introspect-package
Laravel News
Analyze Laravel Codebases with the Laravel Introspect Package - Laravel News
With the Laravel Introspect package, you can analyze Laravel codebases, querying views, models, routes, classes, and more directly from your codebase using a type-safe fluent API.
Top 6 MySQL Database Management Struggles for Laravel Developers (And Smart Fixes) https://laravel-news.com/top-6-mysql-database-management-struggles
Laravel's inarraykeys Rule: Validating Partial Array Keys https://laravel-news.com/in-array-keys
Laravel News
Laravel's in_array_keys Rule: Validating Partial Array Keys - Laravel News
Laravel's in_array_keys validation rule efficiently validates arrays containing at least one specified key. Perfect for flexible configurations where users choose from multiple valid options without requiring all possibilities.
Laravel Performance Testing With Volt-Test PHP https://laravel-news.com/laravel-volt-test-php
Laravel News
Laravel Performance Testing With Volt-Test PHP - Laravel News
The Laravel Performance Testing package tests your application's performance with the VoltTest PHP SDK. Easily create and run load tests for your Laravel applications with built-in route discovery, CSRF handling, comprehensive reporting, and more.
HTML Embed Code: