Conditional Collection Skipping with Laravel's skipWhile Method https://laravel-news.com/skipwhile
Laravel News
Conditional Collection Skipping with Laravel's skipWhile Method - Laravel News
Laravel's skipWhile method conditionally skips collection items until a callback returns false, then preserves all remaining items. Perfect for threshold detection, data stream processing, and identifying transition points in sequential datasets.
π₯4β€2
Deploying Laravel Applications on Laravel Cloud With MongoDB Atlas https://laravel-news.com/deploying-laravel-applications-on-laravel-cloud-with-mongodb-atlas
Laravel News
Deploying Laravel Applications on Laravel Cloud With MongoDB Atlas - Laravel News
In this tutorial, we will deploy a simple Laravel application on the Laravel cloud and connect with MongoDB Atlas.
β€3
Updates to Inertia.js and the Laravel Adapter https://laravel-news.com/updates-to-inertiajs-and-the-laravel-adapter
Laravel News
Updates to Inertia.js and the Laravel Adapter - Laravel News
The Laravel team has released some sweet updates to Inertia.js v2 and the Laravel adapter, introducing new features, an improved developer experience, and more.
π6
Streamlined Data Flow Between Laravel Seeders Using Context https://laravel-news.com/context-attribute
Laravel News
Streamlined Data Flow Between Laravel Seeders Using Context - Laravel News
Laravel's Context system enables clean data sharing between database seeders through the Context facade and attribute-based injection. Eliminates redundant queries and tight coupling while maintaining clear dependencies and type safety.
β€2π1
Execute Ping Commands and Get Back Structured Data in PHP https://laravel-news.com/execute-ping-commands-and-get-back-structured-data-in-php
Laravel News
Execute Ping Commands and Get Back Structured Data in PHP - Laravel News
The spatie/ping PHP package provides a simple way to execute Internet Control Message Protocol (ICMP) ping commands and parse the results into structured data. Ping can help determine if a remote host is reachable, providing network diagnostics and measuringβ¦
β€2
The July 2025 Laravel Worldwide Meetup is Today https://laravel-news.com/the-july-2025-laravel-worldwide-meetup-is-today
Laravel News
The July 2025 Laravel Worldwide Meetup is Today - Laravel News
The next Laravel Worldwide Meetup is today, Tuesday, July 22nd, 2025. The meetup starts on YouTube at 16:00 UTC and features Harris Raftopoulos.
β€1
Singleton and Scoped Container Attributes in Laravel 12.21 https://laravel-news.com/laravel-12-21-0
Laravel News
Singleton and Scoped Container Attributes in Laravel 12.21 - Laravel News
The Laravel team released v12.21.0 with singleton and scoped container attributes, a query builder method to check if a value is between two columns using the query builder, strict numeric and boolean validation options, and more.
β€4π₯1
Blade Service Injection: Direct Service Access in Laravel Templates https://laravel-news.com/blade-inject
Laravel News
Blade Service Injection: Direct Service Access in Laravel Templates - Laravel News
Laravel's @inject directive enables direct service container access within Blade templates, reducing controller complexity while maintaining clean architecture. Perfect for utility services, analytics, and view-specific functionality without coupling controllers.
β€7
Retrieve the Currently Executing Closure in PHP 8.5 https://laravel-news.com/retrieve-the-currently-executing-closure-in-php-85
Laravel News
Retrieve the Currently Executing Closure in PHP 8.5 - Laravel News
PHP 8.5 will support recursion in Closures by fetching the currently executing Closure. Learn how you can support recursion using the Closure::getCurrent() method.
π₯4
Take the Annual State of Laravel 2025 Survey https://laravel-news.com/take-the-annual-state-of-laravel-2025-survey
Laravel News
Take the Annual State of Laravel 2025 Survey - Laravel News
Take the State of Laravel 2025 survey to contribute your voice to the Laravel community. By sharing and participating, you can help us gain more insights into this amazing community.
β€2π1
Laravel Scoped Route Binding for Nested Resource Management https://laravel-news.com/route-resource-scoped
Laravel News
Laravel Scoped Route Binding for Nested Resource Management - Laravel News
Secure nested Laravel resources automatically with scoped route binding. This feature validates parent-child relationships in URLs, eliminating manual checks while maintaining clean, SEO-friendly routing structures for hierarchical data management.
β€1
Add Reactions Functionality to Your App With Laravel Reactions https://laravel-news.com/laravel-reactions-package
Laravel News
Add Reactions Functionality to Your App With Laravel Reactions - Laravel News
The Laravel Reactions package is a simple and flexible package to add reaction functionality to any Eloquent model in your Laravel application.
β€7π2π₯2π₯°1π1π1π€‘1
NativePHP Is Entering Its Next Phase https://laravel-news.com/bifrost
Laravel News
NativePHP Is Entering Its Next Phase - Laravel News
Bifrost is the first and only build service designed specifically for NativePHP apps.
π©9π3π1π₯±1
Streamlined String Encryption with Laravel's Fluent Methods https://laravel-news.com/string-encryption
Laravel News
Streamlined String Encryption with Laravel's Fluent Methods - Laravel News
Simplify Laravel string encryption with new fluent methods that eliminate pipe workarounds. These integrated encrypt and decrypt functions maintain clean code chains while leveraging your application's existing security configuration seamlessly.
β€1
Performance Analysis with Laravel's Measurement Tools https://laravel-news.com/benchmark-dd
Laravel News
Performance Analysis with Laravel's Measurement Tools - Laravel News
Optimize Laravel application performance using built-in measurement tools that compare execution times across different implementations. These utilities provide accurate timing data for informed optimization decisions without complex benchmarking setup requirements.
π6π1
Memoization and Function Caching with this PHP Package https://laravel-news.com/memoize-php-package
Laravel News
Memoization and Function Caching with this PHP Package - Laravel News
Memoize is a lightweight PHP library that simplifies function caching and memoization. It can help boost your application's performance by storing the results of costly function calls, so repeated calls with the same arguments return instantly without reprocessing.
β€5π₯1