PHP/Laravel – Weekly News Summary – 10/02/2025 to 16/02/2025
#Laravel News HydePHP – The Static Site Generator with Caen De Silva Join us as we discuss the features and benefits of HydePHP#Interviews By Eric L. Barnes | Feb 10, 2025 Integrate IMAP Into Your PHP Application ImapEngine is a PHP package by Steve Bauman that provides a simple API for managing mailboxes without the PHP IMAP extension.#News By Paul Redmond | Feb 10, 2025 Rich Text Laravel Integrates the Trix Editor with Laravel. Inspired by the Action Text gem from Rails.#Laravel Packages By Yannick Lyn Fatt | Feb 10, 2025 Laravel Live Denmark 2025 Join over 300 other Laravel and PHP enthusiasts from around the world for two days of learning, 16 speakers and more within the Laravel community.#News By Eric L. Barnes | Feb 11, 2025 Permanent Record Deletion with Laravel's forceDestroy Learn how Laravel's forceDestroy method simplifies permanent record deletion. Discover efficient ways to manage soft-deleted data while maintaining cl…#Laravel Tutorials By Harris Raftopoulos | Feb 11, 2025 Relative Date Helpers in Laravel 11.42 The Laravel team released v11.42, which includes relative date helpers, fluent numeric validation, JSON assertions on streamed content, and more.#News #Laravel Releases By Paul Redmond | Feb 11, 2025 Using Relative Date Helpers in Laravel's Query Builder We now have access to useful relative query builder methods for dates. While you don't need to refactor all your applications to use these methods, th…#Laravel Tutorials By Paul Redmond | Feb 12, 2025 NativePHP for iOS Simon Hamp joins us to discuss the development of Native PHP iOS, a project that allows PHP applications to run natively on your mobile device.#Interviews By Eric L. Barnes | Feb 13, 2025 Fusion Developer Preview is released: Write PHP inside your Vue and React components Aaron Francis and Try Hard Studios just officially launched Fusion!#News By Eric L. Barnes | Feb 14, 2025 #Freek Dev Importing 1.7 billion rows of CSV data from Stripe with PHP Inspired by a Tweet from Christoph Rumpel asking for best practises for importing huge CSV files, I did a write up about how I've imported (so far) 1.7 billion rows of CSV data from Stripe using their API. By Jon Purvis | Feb 10, 2025 Introducing laravel-tfa-confirmation A new Laravel package to protect sensitive routes or actions with a confirmation-screen and ask for the two-factor authentication code of a user. By Stefan Zweifel | Feb 11, 2025 What to expect from open source? By Spatie | Feb 14, 2025 #Medium for the love of rain As any human heart, mine too, has varied shades of longing. Tonight I long for it to rain heavily. I want the chaos in me to go silent… By u | Feb 10, 2025 Building a Task Manager with CRUD Operations in Symfony 7 From Zero to CRUD in 10 minutes By Tihomir Manushev | Feb 10, 2025 Fan-Out and Fan-In Patterns: Building a Personalized Feed in Laravel In modern applications, handling concurrent tasks efficiently is crucial for scalability and responsiveness. The Fan-Out and Fan-In… By Vagelis Bisbikis | Feb 10, 2025 XML Sitemap Best Practices: The Complete Guide for Modern Websites Understanding XML Sitemap Fundamentals and Structure By Phạm Văn Trung | Feb 10, 2025 PHP vs. Big Data: The Untold Secrets to Processing Millions of Rows Faster Why Efficient Processing and Concurrency Matter More Than Ever By Yash | Feb 10, 2025 Conditional Validation in Laravel Using filled() and has() The filled() and has() functions are often used to manipulate request data sent from a custom form request or the default request. By Deva Jayantha | Feb 10, 2025 Conditional Validation in Laravel Using filled() and has() The filled() and has() functions are often used to manipulate request data sent from a custom form request or the default request. By Deva Jayantha | Feb 10, 2025 Laravel API Resources with Relations: Methods to Avoid N+1 Query There are several ways of avoiding N+1 Query. Today we will discuss how we can avoid the N+1 query problem in laravel using some… By Sandeeppant | Feb 10, 2025 Webflow WXP vs. WordPress Bricks: The Ultimate Comparison In the rapidly evolving web development landscape, businesses and developers constantly seek platforms that offer the best combination of… By Broworks | Feb 10, 2025 From Web Developer to AI Engineer: A Practical Roadmap The AI Shift That No Developer Can Ignore By developia | Feb 10, 2025 How to Implement Datepicker in Symfony Form? Replacing the Default Browser Datepicker in Symfony By Bhavin Nakrani | Feb 10, 2025 How to Manage API Versioning in Laravel API versioning is a crucial aspect of maintaining a scalable and flexible backend system. It allows developers to introduce changes without… By Miguel López | Feb 10, 2025 PHP Canary Releases and Blue-Green Deployments Deploying PHP applications without breaking production is an art. A delicate, nerve-wracking art. One wrong move, and your beautifully… By Asian Digital Hub | Feb 10, 2025 What is Division By Zero Error in PHP A division by zero error occurs when a number is divided by zero, which is mathematically undefined. In PHP, how this error is handled… By Hanee Raza | Feb 10, 2025 Node.js vs PHP: Deciding the Right Environment for Your Project When it comes to web development, choosing the right backend technology is crucial for the success of your project. Two of the most popular… By Chirag Dave | Feb 10, 2025 SnowFlake Architecture and use cases When I was first time heard about this snowflake then I thought it seems like aws, but not. Lets dig into it and get to know about its… By Rajesh Chaudhari | Feb 10, 2025 Building Real-Time Applications with Laravel and WebSockets HTTP vs. WebSockets: Understanding the Difference By Mayur Koshti | Feb 10, 2025 you loved deeply, so you grieve deeply words from my new therapist chat gpt. By u | Feb 10, 2025 Inheritance and Abstract Classes in PHP: A Practical Guide with Real Examples (2025) Understanding OOP in PHP — Inheritance and Abstract Classes Part 05 By