Ensuring Attribute Consistency in Laravel Relationship Creations https://laravel-news.com/with-attributes
Laravel News
Ensuring Attribute Consistency in Laravel Relationship Creations - Laravel News
Maintain data consistency in your Laravel application with the withAttributes relationship method. This feature ensures newly created models automatically inherit the constraints that define their parent relationship.
Post-Process Query Results Elegantly with Laravel's afterQuery Method https://laravel-news.com/afterQuery
Laravel News
Post-Process Query Results Elegantly with Laravel's afterQuery Method - Laravel News
Simplify your Eloquent queries with Laravel's afterQuery() method, allowing you to define post-processing operations right alongside your query definitions for cleaner, more encapsulated code that reduces duplication and improves maintainability.
Screen is a terminal renderer written in pure PHP https://laravel-news.com/solo-screen
Laravel News
Screen is a terminal renderer written in pure PHP - Laravel News
Screen is a terminal renderer written in pure PHP. It powers Solo for Laravel and can be used to build rich text-based user interfaces in any PHP application.
How to Get Hired and Hire Better with Dave Hicking https://laravel-news.com/how-to-get-hired-and-hire-better-with-dave-hicking
Laravel News
How to Get Hired and Hire Better with Dave Hicking - Laravel News
We sat down with Dave Hicking to talk about LaraJobs' new section of articles and videos to help you advance your career and improve your hiring processes.
Eloquent Fill and Insert Method in Laravel 12.6 https://laravel-news.com/laravel-12-6-0
Laravel News
Eloquent Fill and Insert Method in Laravel 12.6 - Laravel News
The Laravel team released v12.6.0, which includes an Eloquent fillAndInsert() method, a URI path segments helper, a Password appliedRules() method, and more.
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.
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.
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.
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.
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.
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
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.