Filament v4 Beta - Feature Overview https://laravel-news.com/filament-v4-beta-feature-overview
Laravel News
Filament v4 Beta - Feature Overview - Laravel News
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 how these changes can improve your workflow!
🔥21
Laravel Nightwatch - Deep monitoring & insights, no matter where you deploy. https://laravel-news.com/laravel-nightwatch-released
Laravel News
Laravel Nightwatch - Deep monitoring & insights, no matter where you deploy. - Laravel News
Laravel Nightwatch is first-class monitoring for Laravel applications. Deep monitoring and insights, no matter where you deploy.
🔥7
Larallow is a Permissions Package With Support for Scopes https://laravel-news.com/larallow-laravel-permissions-package
Laravel News
Larallow is a Permissions Package With Support for Scopes - Laravel News
Larallow for Laravel is a package for handling roles and permissions with advanced features such as scoped roles, polymorphic relations, translation support, and more.
🔥5
Test Deferred Operations Easily with Laravel's withoutDefer Helper https://laravel-news.com/withoutdefer
Laravel News
Test Deferred Operations Easily with Laravel's withoutDefer Helper - Laravel News
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 possible to test deferred emails, events, and analytics without…
❤3
Laravel 12.9 Adds a useEloquentBuilder Attribute, a FailOnException Queue Middleware, and More https://laravel-news.com/laravel-12-19-0
Laravel News
Laravel 12.19 Adds a useEloquentBuilder Attribute, a FailOnException Queue Middleware, and More - Laravel News
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.
👍3
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…
❤5
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…
❤4
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.
👍6❤4
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.
❤7
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.
🥱8❤4👍3
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.
👍1
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.
👎5👍2💯1
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.
❤3
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.
❤4
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.
👍4🔥2
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.
❤5😁1😱1🤡1
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.
🔥4