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
Redact Model Data with the Redactable Models Package for Laravel https://laravel-news.com/redactable-models
Laravel News
Redact Model Data with the Redactable Models Package for Laravel - Laravel News
Redactable Models for Laravel is a package by Ashley Allen that allows you to redact, obfuscate, or mask data in your Laravel models.
❤2
Export Large Amounts of Data into Feeds with the Feeds Package for Laravel https://laravel-news.com/feeds-package-for-laravel
Laravel News
Export Large Amounts of Data into Feeds with the Feeds Package for Laravel - Laravel News
The Feeds package for Laravel by Andrey Helldar is an easy and fast way to export large amounts of data into feeds for marketplaces and other consumers.
❤4👍1🔥1
Building a Flexible Reporting System with Laravel Collections and Scopes https://laravel-news.com/building-a-flexible-reporting-system-with-laravel-collections-and-scopes
Laravel News
Building a Flexible Reporting System with Laravel Collections and Scopes - Laravel News
You've built custom collections and query scopes, but your reporting logic is still scattered across controllers, API endpoints, and commands. The same business insights get calculated differently in each place, making maintenance difficult and increasing…
❤5🥰1
Laravel launches Laravel Learn with two free mini-courses https://laravel-news.com/laravel-learn
Laravel News
Laravel launches Laravel Learn with two free mini-courses - Laravel News
Laravel launches Laravel Learn with two free mini-courses
❤7❤🔥1😁1
A New Local Error Page in Laravel 12.29 https://laravel-news.com/laravel-12-29-0
Laravel News
A New Local Error Page in Laravel 12.29 - Laravel News
The Laravel team released version 12.29.0 this week with a new local debug page, a cache session driver, model resource PHP attributes, and more.
❤🔥3❤1👎1🥴1
Laravel Configuration Arrays Made Simpler with Config::collection() https://laravel-news.com/config-collection
Laravel News
Laravel Configuration Arrays Made Simpler with Config::collection() - Laravel News
Laravel 12's Config::collection() method returns configuration arrays as Collection instances directly, removing the need to manually wrap arrays with collect() for fluent manipulation of structured configuration data.
❤1
PrettyPHP is an opinionated code formatter for PHP https://laravel-news.com/pretty-php
Laravel News
PrettyPHP is an opinionated code formatter for PHP - Laravel News
PrettyPHP is an opinionated code formatter for PHP that is a fast, deterministic, and written in PHP. It has sensible defaults and runs without configuration.
Laravel Custom Validation Rules for Enhanced Data Integrity https://laravel-news.com/custom-validation-rules
Laravel News
Laravel Custom Validation Rules for Enhanced Data Integrity - Laravel News
Custom validation rules in Laravel encapsulate specific business logic into reusable components, improving code organization and testability while seamlessly integrating with the framework's validation system for consistent data validation.
❤3
Meet LaraUtilX: A Utility Toolkit Every Laravel Developer Needs https://laravel-news.com/larautilx-utility-toolkit-for-laravel
Laravel News
Meet LaraUtilX: A Utility Toolkit Every Laravel Developer Needs - Laravel News
Modern Laravel teams need speed, consistency, and a touch of pragmatism. LaraUtilX is a curated utility toolkit that streamlines the patterns you rely on every day—CRUD, API responses, validation, filtering, and more.
💩5❤1