Model Resource Helper Functions in Laravel 12.7
The Laravel team released v12.7.0 recently, which includes two excellent new features: resource helper functions for models and a whereAttachedTo() Eloqent method. The post Model Resource Helper...
View ArticleSimplify Real-Time Notifications with Laravel's Anonymous Broadcasts
Accelerate real-time feature development in Laravel with anonymous broadcasts that eliminate the need for dedicated event classes, offering a fluent API for sending ad-hoc notifications directly to...
View ArticleNativePHP v1 is finally here!
We did it. We finally did it. NativePHP for desktop v1.0.0 is finally here! The post NativePHP v1 is finally here! appeared first on Laravel News. Join the Laravel Newsletter to get all the latest...
View ArticleWhisp is a PHP SSH Server
WhispPHP is a Pure PHP SSH server and the simplest way to build PHP SSH apps. The post Whisp is a PHP SSH Server appeared first on Laravel News. Join the Laravel Newsletter to get all the latest...
View ArticleAutomatic Relation Loading in Laravel 12.8
The Laravel team released v12.8.0, which includes automatic eager relation loading, creating a Collection instance from a JSON string, and more. The post Automatic Relation Loading in Laravel 12.8...
View ArticleConditional Context Management Made Easy with Laravel's Context Facade
Enhance your Laravel application's data sharing with the Context Facade's Conditionable trait, enabling elegant conditional context management for role-based configurations and environment-specific...
View ArticleLaravel Herd Raycast Extension
The BeyondCode team released a Laravel Herd extension for the popular Raycast productivity application. Quickly install new PHP versions, update your global PHP version, open your `php.ini` files in...
View ArticleLarabelles, Conference Speaking, and more with Zuzana K
In this episode, Eric Barnes sits down with Zuzana to explore the power of community in tech and her journey building Larabelles The post Larabelles, Conference Speaking, and more with Zuzana K...
View ArticleMonitor HTTP Interactions with Laravel's New Http::record() Method
Enhance your Laravel application testing with the Http::record() method that allows you to monitor actual HTTP interactions while maintaining real communication with external services, perfect for...
View ArticlePHP DevTools Console
A chrome extension to show PHP (Laravel) devtools console The post PHP DevTools Console appeared first on Laravel News. Join the Laravel Newsletter to get all the latest Laravel articles like this...
View ArticleLaravel Test Assertions Package
The Laravel Test Assertions package is a set of helpful assertions for testing Laravel applications. The post Laravel Test Assertions Package appeared first on Laravel News. Join the Laravel...
View ArticleEnhancing Database Error Diagnostics with Laravel's getRawSql
Discover how Laravel's getRawSql method transforms database debugging by providing complete SQL queries with all bindings integrated, helping developers quickly identify and resolve database errors in...
View ArticleRegister Now for a Laravel Debugging Workshop by Sentry
Register now for a hands-on demo of monitoring and debugging Laravel applications with Sentry. You will learn how to add tracking context across your stack, see session replays in action, and more!...
View ArticleBoosting Queue Management with Laravel's JobQueueing Event
Learn how Laravel's new JobQueueing event expands your queue system's capabilities by providing a pre-dispatch hook for monitoring and manipulating jobs right before they enter your queue provider....
View ArticleWhisp, a Pure PHP SSH server, with Ashley Hindle
We chat with Ashley Hindle about his newest project, WhispPHP, a Pure PHP SSH server. The post Whisp, a Pure PHP SSH server, with Ashley Hindle appeared first on Laravel News. Join the Laravel...
View ArticleHerd Xdebug Toggler for Visual Studio Code
Enable or disable Xdebug extension for Laravel Herd The post Herd Xdebug Toggler for Visual Studio Code appeared first on Laravel News. Join the Laravel Newsletter to get all the latest Laravel...
View ArticleConverting Non-Decimal Strings with Laravel's Enhanced toInteger() Method
Discover how Laravel's enhanced toInteger() method simplifies working with non-decimal numbers by accepting a base parameter, allowing seamless conversion of hex, binary, and octal values within your...
View ArticleLaravel Cookie Consent
Simple, customizable cookie consent message for Laravel The post Laravel Cookie Consent appeared first on Laravel News. Join the Laravel Newsletter to get all the latest Laravel articles like this...
View ArticleMemoized Cache Driver in Laravel 12.9
The Laravel team released v12.9.0, which includes a "memoized" cache driver, convenient relationship autoloading for a model instance, a DB transaction failure callback, and more. The post Memoized...
View ArticleNavigating Dates Elegantly with Carbon in Laravel
Explore how Laravel's Carbon library simplifies date navigation with intuitive methods for finding specific days and times, making complex scheduling logic more readable and maintainable in your...
View Article