Simplify URL Generation with Laravel's New query() Method https://laravel-news.com/url-query
Laravel News
Simplify URL Generation with Laravel's New query() Method - Laravel News
Enhance your Laravel application's URL handling with the new query() method, providing a dedicated API for generating URLs with complex query parameters while maintaining proper encoding and parameter structure.
❤6
Model Resource Helper Functions in Laravel 12.7 https://laravel-news.com/laravel-12-7-0
Laravel News
Model Resource Helper Functions in Laravel 12.7 - Laravel News
The Laravel team released v12.7.0 recently, which includes two excellent new features: resource helper functions for models and a whereAttachedTo() Eloqent method.
❤4
Simplify Real-Time Notifications with Laravel's Anonymous Broadcasts https://laravel-news.com/anonymous-broadcasts
Laravel News
Simplify Real-Time Notifications with Laravel's Anonymous Broadcasts - Laravel News
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 your frontend.
❤6
NativePHP v1 is finally here! https://laravel-news.com/nativephp-v1
Laravel News
NativePHP v1 is finally here! - Laravel News
We did it. We finally did it. NativePHP for desktop v1.0.0 is finally here!
🔥22👍4❤3🤮2💊2
Automatic Relation Loading in Laravel 12.8 https://laravel-news.com/laravel-12-8-0
Laravel News
Automatic Relation Loading in Laravel 12.8 - Laravel News
The Laravel team released v12.8.0, which includes automatic eager relation loading, creating a Collection instance from a JSON string, and more.
🔥13
Conditional Context Management Made Easy with Laravel's Context Facade https://laravel-news.com/conditional-context-management
Laravel News
Conditional Context Management Made Easy with Laravel's Context Facade - Laravel News
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 settings with expressive, readable syntax.
👍4
Laravel Herd Raycast Extension https://laravel-news.com/laravel-herd-raycast-extension
Laravel News
Laravel Herd Raycast Extension - Laravel News
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 your editor, and much more.
❤6
Larabelles, Conference Speaking, and more with Zuzana K https://laravel-news.com/larabelles-conference-speaking-and-more-with-zuzana-k
Laravel News
Larabelles, Conference Speaking, and more with Zuzana K - Laravel News
In this episode, Eric Barnes sits down with Zuzana to explore the power of community in tech and her journey building Larabelles
❤4👎4👍2
Monitor HTTP Interactions with Laravel's New Http::record() Method https://laravel-news.com/http-record
Laravel News
Monitor HTTP Interactions with Laravel's New Http::record() Method - Laravel News
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 integration testing and API debugging.
❤4👍2
Enhancing Database Error Diagnostics with Laravel's getRawSql https://laravel-news.com/getrawsql
Laravel News
Enhancing Database Error Diagnostics with Laravel's getRawSql - Laravel News
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 their applications.
❤5
Register Now for a Laravel Debugging Workshop by Sentry https://laravel-news.com/debug-laravel-with-sentry
Laravel News
Register Now for a Laravel Debugging Workshop by Sentry - Laravel News
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!
Boosting Queue Management with Laravel's JobQueueing Event https://laravel-news.com/jobqueueing
Laravel News
Boosting Queue Management with Laravel's JobQueueing Event - Laravel News
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.
❤6🎉1
Herd Xdebug Toggler for Visual Studio Code https://laravel-news.com/herd-xdebug-toggler
Laravel News
Herd Xdebug Toggler for Visual Studio Code - Laravel News
Enable or disable Xdebug extension for Laravel Herd
👍3❤2🔥1
Converting Non-Decimal Strings with Laravel's Enhanced toInteger() Method https://laravel-news.com/strings-tointeger
Laravel News
Converting Non-Decimal Strings with Laravel's Enhanced toInteger() Method - Laravel News
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 fluent string operations.
❤4👍3👎1