PHP/Laravel – Weekly News Summary – 09/12/2024 to 15/12/2024
#Laravel News Multiple Column Plucking in Laravel Collections Discover how to extract multiple columns from Laravel collections using map with only. Learn to efficiently retrieve specific data fields from your mo…#Laravel Tutorials By Harris Raftopoulos | Dec 09, 2024 File Manager Package for Livewire The Livewire File Manager package brings a simple, friendly, and practical file manager designed specifically for Laravel applications. Learn how you…#Laravel Packages #Livewire By Paul Redmond | Dec 09, 2024 Whisper.php – Automatic speech recognition and transcription Speech recognition can be complex, but it doesn't have to be. Whisper.php simplifies the process.#Laravel Packages By Yannick Lyn Fatt | Dec 09, 2024 Securing Laravel Sessions with ID Regeneration Explore Laravel's session ID regeneration features for enhanced security. Learn to protect against session fixation attacks by implementing automatic…#Laravel Tutorials #Request By Harris Raftopoulos | Dec 09, 2024 Paginate Multiple Eloquent Models with the Union Paginator Package The Laravel Union Paginator package by Austin White combines data from multiple Eloquent models into a single unified query using SQL unions.#Laravel Packages By Paul Redmond | Dec 09, 2024 URI Parsing and Mutation in Laravel 11.35 This week, the Laravel team released v11.35, which includes a brand new URI class for URI parsing and mutation, the ability to disable HTTP client exc…#News #Laravel Releases By Paul Redmond | Dec 10, 2024 Using Fluent to Work With HTTP Client Responses in Laravel Starting in Laravel 11.35, we have a convenient method for transforming an HTTP client response into a fluent instance. Let's look at how to use the F…#Laravel Tutorials By Paul Redmond | Dec 12, 2024 Converting Collections to Queries in Laravel Using toQuery() Transform Laravel collections into query builders with toQuery(), enabling efficient bulk updates and database operations through a unified, flexible…#Laravel Tutorials By Harris Raftopoulos | Dec 13, 2024 Announcing Inertia 2.0: Redefining Frontend Development for Laravel Inertia 2.0 brings powerful new features to Laravel frontend development including async requests, deferred props, prefetching, and polling. Learn how…#News #Inertiajs By Joe Tannenbaum | Dec 13, 2024 #Laravel Blogs Announcing Inertia 2.0: Redefining Frontend Development for Laravel Inertia 2.0 brings powerful new features to Laravel frontend development including async requests, deferred props, prefetching, and polling. Learn how these improvements help you build faster, more responsive applications without the complexity of maintaining a separate API.#releases By Joe Tannenbaum | Dec 10, 2024 #Ashallen Design UK Access Route Model-Bound Models in Laravel Form Requests with "#[RouteParameter]" #Laravel #PHP #Tips & Tricks #Web Development By Ashley Allen | Dec 09, 2024 #Freek Dev Access Route Model-Bound Models in Laravel Form Requests with "#[RouteParameter]" Read about the #[RouteParameter] PHP attribute that you can use in Laravel to access route model-bound models in your form request classes. The article covers how to use the attribute and the problem it solves. By Ash Allen | Dec 09, 2024 Why Your Laravel Relationship Returns an Integer (and How to Fix It) Sometimes, no matter how senior you are, little issues like this can humble you. I recently faced a confusing issue where I was expecting a relationship to give me a User object, but instead, it just gave me a number! After two days of scratching my head, I finally figured out what went wrong. By Paul Edward | Dec 13, 2024 #Laravel io Access Route Model-Bound Models in Laravel Form Requests with "#[RouteParameter]" Introduction I've recently been using the new #[RouteParameter] attribute in Laravel, and I've been…#Requests #Validation #Authorization By ash-jc-allen | Dec 09, 2024 #Made with Laravel Laravel Modules Livewire – Laravel Modules with Livewire "With this package you can use Laravel Livewire together with the Laravel Modules package, automatically registering Livewire components for every module."#Utility By – | Dec 11, 2024 Laravel Support Bubble – Non-intrusive Support Form "Using this package you can quickly add a chat bubble that opens a support form on any page." TailwindCSS styling out of the box Won't ask user information if there's a logged in user Includes some meta data like URL and IP address Easily extendable using custom views, language files and event listeners Honeypot included and set-up to keep spammers at bay#UI Components By – | Dec 11, 2024 #Hashnode Debunking Common Myths About Laravel Security Introduction Many Laravel security misconceptions and myths exist that can hinder the development process. These myths can lead developers to a false sense of security, leaving their applications vulnerable to threats. Over 67% of the world's popula… By Hire Remote Developers | Dec 09, 2024 Integrating Monolog into a WordPress Plugin Using the WPPB Boilerplate Logging is an essential part of any application or plugin. It helps developers track errors, debug issues, and monitor plugin behavior in real-time. When developing a WordPress plugin, using a robust logging library like Monolog can significantly enh… By Junaid Bin Jaman | Dec 09, 2024 Hashnode tag filtered RSS If you just want the code, here it is: https://github.com/BirkAndMe/hashnoderss.It should be straight forward, check the index.php file to get the gist of things. Intro A while back Hashnode released a new version of their public API, and one of the … By Philip Birk-Jensen | Dec 09, 2024 5 Ways to Optimize Symfony Application Performance Symfony applications often face slow load times and high server strain due to issues like inefficient database queries, poor caching, and unoptimized settings. Hereâs a quick breakdown of how to fix these problems and boost performance: Optimize Dat… By Valerio | Dec 09, 2024 Rate Limiting User Actions (Comments, Post Submissions) to Prevent Abuse in Laravel Rate limiting is a crucial measure to prevent abuse, spam, or overloading your application with too many requests. In Laravel, implementing rate limiting for user actions like comments and post submissions is straightforward thanks to Laravel's built… By Nguyen Thi Thao | Dec 09, 2024 Comprehensive Tutorial on PHP Intelephense PHP Intelephense is a powerful extension for Visual Studio Code that provides advanced features for PHP development, such as syntax highlighting, code completion, error reporting, and more. This tutorial will guide you through