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
Laravel Collection Pluck Method Gains Closure Transformation Power https://laravel-news.com/pluck-closure
Laravel News
Laravel Collection Pluck Method Gains Closure Transformation Power - Laravel News
Laravel's pluck method now supports closures for key and value parameters, enabling elegant data transformations during extraction without resorting to complex mapWithKeys operations for simple formatting needs.
❤8
Debugging and Logging in Laravel Applications https://laravel-news.com/debugging-and-logging-in-laravel-applications
Laravel News
Debugging and Logging in Laravel Applications - Laravel News
The team at Sentry recently published a helpful guide on how to use Laravel’s built-in debugging tools as well as setting up Sentry to debug Laravel applications in production effectively.
Testing Your Reporting System with Laravel Factories and Assertions https://laravel-news.com/testing-your-reporting-system-with-laravel-factories-and-assertions
Laravel News
Testing Your Reporting System with Laravel Factories and Assertions - Laravel News
You've built a powerful reporting system with custom collections, query scopes, and service layers, but how do you know it actually works? Without proper tests, every change is a risk, every refactor is scary, and bugs slip into production. In my latest video…
❤2
Powerful Debugging for PHP & Laravel with LaraDumps https://laravel-news.com/laradumps
Laravel News
Powerful Debugging for PHP & Laravel with LaraDumps - Laravel News
A modern, feature-rich debugging tool that makes PHP development a breeze. Available for Windows, Linux, and macOS.
🔥4❤1
Introduction to MongoDB & Laravel-MongoDB Setup https://laravel-news.com/introduction-to-mongodb-laravel-mongodb-setup
Laravel News
Introduction to MongoDB & Laravel-MongoDB Setup - Laravel News
Learn how to integrate MongoDB with Laravel by building a full developer blog. This step-by-step tutorial covers MongoDB fundamentals, setup, polymorphic models, CRUD operations, search, and content categorization.
❤3