A Fluent Path Builder for PHP and Laravel https://laravel-news.com/a-fluent-path-builder-for-php-and-laravel
Laravel News
A Fluent Path Builder for PHP and Laravel - Laravel News
LaraPath is a secure, fluent path builder for PHP, featuring sanitization strategies and Laravel integration for version 11+.
❤7
Enhanced Queue Job Control with Laravel's ThrottlesExceptions failWhen() Method https://laravel-news.com/throttlesexceptions-failwhen
Laravel News
Enhanced Queue Job Control with Laravel's ThrottlesExceptions failWhen() Method - Laravel News
Laravel's ThrottlesExceptions middleware now includes the failWhen() method, providing enhanced job failure control. Unlike deleteWhen(), this method marks jobs as failed while stopping job chains and preserving failure information for debugging.
👍3❤1
Stop Writing Bad Controllers: Laravel Custom Collections Transform Your Code https://laravel-news.com/stop-writing-bad-controllers-laravel-custom-collections-transform-your-code
Laravel News
Stop Writing Bad Controllers: Laravel Custom Collections Transform Your Code - Laravel News
Transform messy Laravel controllers with 15+ lines of calculations into clean, three-line coordinators using custom collection methods. This practical tutorial shows you how to make your business logic reusable across your entire application with Laravel…
🤡7❤3
Handle ownership relationships between Eloquent models with Laravel Ownable https://laravel-news.com/laravel-ownable
Laravel News
Handle ownership relationships between Eloquent models with Laravel Ownable - Laravel News
Handle ownership relationships between Eloquent models in a flexible way with Laravel Ownable.
❤1
Implementing User Confirmation Dialogs in Laravel Livewire with wire:confirm https://laravel-news.com/wire-confirm
Laravel News
Implementing User Confirmation Dialogs in Laravel Livewire with wire:confirm - Laravel News
Implement confirmation dialogs in Laravel Livewire using the wire:confirm directive. This feature provides native browser confirmations for critical actions, with support for dynamic messages and advanced prompt-based confirmations for enhanced user safety.
❤4
Adding Autocomplete to Your Laravel Applications https://laravel-news.com/adding-autocomplete-to-your-laravel-applications
Laravel News
Adding Autocomplete to Your Laravel Applications - Laravel News
In this tutorial, we will build a movie application with autocomplete leveraging MongoDB Atlas Search with Laravel
Use Amazon's new Fair Queue Feature With SQS in Laravel 12.27 https://laravel-news.com/laravel-12-27-0
Laravel News
Use Amazon's new Fair Queue Feature With SQS in Laravel 12.27 - Laravel News
The Laravel team released version 12.27.0 this week, introducing support for SQS FIFO queue message group IDs in Laravel. Group IDs unlock the ability to utilize Amazon's fair queue feature in SQS.
Simplifying Form Validation with Laravel Livewire's #Validate Attribute https://laravel-news.com/validate-attribute
Laravel News
Simplifying Form Validation with Laravel Livewire's #[Validate] Attribute - Laravel News
Laravel Livewire's #[Validate] attribute revolutionizes form validation by placing rules directly on component properties, creating more readable code while maintaining powerful validation capabilities for modern web applications.
❤5👍2🔥2
In-depth guide on documenting API responses with Scramble https://laravel-news.com/in-depth-guide-on-documenting-api-responses-with-scramble
Laravel News
In-depth guide on documenting API responses with Scramble - Laravel News
An in-depth guide on documenting API responses with Scramble.
👍7
An Official PHP SDK for MCP Announced https://laravel-news.com/official-php-sdk-for-mcp-announced
Laravel News
An Official PHP SDK for MCP Announced - Laravel News
An Official PHP SDK for MCP announced in partnership between the PHP Foundation, Anthropic, and Symfony - bringing a standard AI integration to PHP
🔥15
Creating Responsive Component Networks with Laravel Livewire's #On Event System https://laravel-news.com/on-event
Laravel News
Creating Responsive Component Networks with Laravel Livewire's #[On] Event System - Laravel News
Laravel Livewire's #[On] attribute and dispatch system create powerful event-driven component communication, enabling responsive interfaces where components coordinate behavior while maintaining independence and clean architectural separation.
🔥4
Real-time Form Updates with Laravel Livewire's wire:model.live https://laravel-news.com/livewire-wire-model-live
Laravel News
Real-time Form Updates with Laravel Livewire's wire:model.live - Laravel News
Laravel Livewire's wire:model.live enables real-time property syncing as users type, replacing the deferred behavior of wire:model with immediate updates that trigger component methods and refresh the interface instantly.
❤2
Lightweight Access Control Management for Laravel with Porter https://laravel-news.com/porter
Laravel News
Lightweight Access Control Management for Laravel with Porter - Laravel News
Simple, fast and focused access control with Porter
👍1
Stop Repeating Query Logic: Laravel Query Scopes Make Your Code Readable https://laravel-news.com/stop-repeating-query-logic-laravel-query-scopes-make-your-code-readable
Laravel News
Stop Repeating Query Logic: Laravel Query Scopes Make Your Code Readable - Laravel News
We've all written the same where clauses across multiple controllers. You know the ones filtering for completed orders from this month, finding popular products above a certain price, or loading specific relationships. This repetitive query logic clutters…
❤4
Customizable reference numbers for your models with Referenceable https://laravel-news.com/referenceable
Laravel News
Customizable reference numbers for your models with Referenceable - Laravel News
Stop wrestling with messy reference number generation in Laravel – the Referenceable package gives you customizable order numbers, invoice IDs, and tracking codes with just a few lines of configuration.
🔥1
Laravel's Enhanced Fluent Objects: Direct Iteration Support https://laravel-news.com/fluent-objects-direct-iteration
Laravel News
Laravel's Enhanced Fluent Objects: Direct Iteration Support - Laravel News
Laravel's Fluent class now implements the Iterable contract, enabling direct foreach iteration without toArray() conversions, creating cleaner code that feels more natural while maintaining full backward compatibility.
❤1🔥1
Beam: Feature Flags for the Frontend with Laravel Pennant https://laravel-news.com/beam-feature-flags-for-the-frontend-with-laravel-pennant
Laravel News
Beam: Feature Flags for the Frontend with Laravel Pennant - Laravel News
Beam is a feature flags library for the frontend, powered by Laravel Pennant. It features a lightweight footprint, with a simple, promise-based API and great TypeScript types.
👍1
Preventing Race Conditions with Laravel's Atomic Cache Locks https://laravel-news.com/atomic-cache-locks
Laravel News
Preventing Race Conditions with Laravel's Atomic Cache Locks - Laravel News
Laravel's Cache::lock() creates atomic distributed locks that prevent race conditions by ensuring exclusive code execution, providing automatic expiration and seamless integration with multiple cache drivers for reliable concurrent operation management.
❤3👍1