<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://laravel-hub.com/rss/blog" rel="self" type="application/rss+xml" />
        <title><![CDATA[LaravelHub - Blog Posts]]></title>
        <link><![CDATA[https://laravel-hub.com/rss/blog]]></link>
        <description><![CDATA[Latest blog posts from LaravelHub]]></description>
        <language>en-US</language>
        <pubDate>Tue, 13 Jan 2026 13:00:03 +0000</pubDate>

                    <item>
                <title><![CDATA[Laranode: An Open-Source Hosting Control Panel for Modern VPS Management]]></title>
                <link>https://laravel-hub.com/blog/laranode</link>
                <description><![CDATA[[**Laranode**](https://laranode.com/?ref=laravel-hub.com) is an open-source hosting control panel built as a lightweight alternative to cPanel and Plesk. It’s designed for developers and server owne...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Tue, 13 Jan 2026 13:00:03 +0000</pubDate>
                                    <category>Projects</category>
                            </item>
                    <item>
                <title><![CDATA[ Laravel Sent Emails – Record and View All Sent Emails]]></title>
                <link>https://laravel-hub.com/blog/laravel-sent-email</link>
                <description><![CDATA[[**Laravel Sent Emails**](https://laravel-hub.com/package/laravel-sent-emails) is a handy package that automatically logs every email sent from your Laravel app and lets you view them in a clean inter...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Mon, 05 Jan 2026 07:00:02 +0000</pubDate>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[Easy Breadcrumbs for Laravel]]></title>
                <link>https://laravel-hub.com/blog/breadcrumbs-for-laravel</link>
                <description><![CDATA[[Laravel Breadcrumbs](https://laravel-hub.com/package/breadcrumbs) help users navigate your site by showing the page hierarchy, e.g., **Home / Blog / Edit Post**. The **Breadcrumbs** package makes bui...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Sun, 04 Jan 2026 16:00:02 +0000</pubDate>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[Laravel MongoDB: Eloquent Support for MongoDB in Laravel]]></title>
                <link>https://laravel-hub.com/blog/laravel-mongodb</link>
                <description><![CDATA[[Laravel MongoDB](https://laravel-hub.com/package/laravel-mongodb) extends the default Eloquent model and query builder to work seamlessly with MongoDB, keeping the same Laravel API you know and love....]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Sat, 03 Jan 2026 17:48:04 +0000</pubDate>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[Laravel 12 RouteServiceProvider Configuration Tutorial]]></title>
                <link>https://laravel-hub.com/blog/laravel-12-routeserviceprovider-configuration-tutorial</link>
                <description><![CDATA[What Changed, What Was Removed, and Why It Matches Laravel’s New Direction]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Mon, 29 Dec 2025 06:00:03 +0000</pubDate>
                                    <category>Tutorial</category>
                            </item>
                    <item>
                <title><![CDATA[Cascading Soft Deletes in Laravel]]></title>
                <link>https://laravel-hub.com/blog/cascading-soft-deletes-in-laravel</link>
                <description><![CDATA[Laravel’s `SoftDeletes` works great until you delete a parent model and its related records stay alive. Database cascades don’t work with soft deletes, so you’re left cleaning things up manually...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Sat, 27 Dec 2025 22:15:02 +0000</pubDate>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[Laravel .env.example — Why It Matters and How to Use It Properly]]></title>
                <link>https://laravel-hub.com/blog/laravel-envexample-why-it-matters-and-how-to-use-it-properly</link>
                <description><![CDATA[The `.env.example` file in Laravel is more than a “sample config.” It’s the contract for how your application should be configured across all environments. 

Instead of storing real secrets, it ...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Mon, 08 Dec 2025 17:14:38 +0000</pubDate>
                                    <category>Tutorial</category>
                            </item>
                    <item>
                <title><![CDATA[Zap: A Full Scheduling Engine for Laravel]]></title>
                <link>https://laravel-hub.com/blog/zap-a-full-scheduling-engine-for-laravel</link>
                <description><![CDATA[Zap is a lightweight scheduling system for Laravel that lets you manage availabilities, appointments, blocked times, and custom schedules for any resource (doctors, employees, rooms, etc.). It gives y...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Sun, 07 Dec 2025 08:35:01 +0000</pubDate>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[Lighthouse: A Simple, Flexible GraphQL Layer for Laravel]]></title>
                <link>https://laravel-hub.com/blog/lighthouse-a-simple-flexible-graphql-layer-for-laravel</link>
                <description><![CDATA[A quick overview of how Lighthouse brings GraphQL to your Laravel apps]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Fri, 05 Dec 2025 20:07:06 +0000</pubDate>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[Understanding ?: vs ?? in PHP: The Clear, Simple Difference]]></title>
                <link>https://laravel-hub.com/blog/understanding-the-elvis-operator-vs-the-null-coalescing-operator-in-php-the-clear-simple-difference</link>
                <description><![CDATA[When you start writing cleaner and more expressive PHP, two operators always show up:

* **The Elvis operator** → `?:`
* **The Null coalescing operator** → `??`

They *look* similar…
They *behav...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Wed, 26 Nov 2025 12:05:51 +0000</pubDate>
                                    <category>Tutorial</category>
                            </item>
                    <item>
                <title><![CDATA[Laravel Offset Pagination vs Cursor Pagination: When to Use What (With Real-World Examples)]]></title>
                <link>https://laravel-hub.com/blog/laravel-offset-pagination-vs-cursor-pagination-when-to-use-what-with-real-world-examples</link>
                <description><![CDATA[Laravel gives us two main strategies for paginating large datasets:

1. **Offset Pagination** (`paginate()`)
2. **Cursor Pagination** (`cursorPaginate()`)

Both work beautifully — but they solve *di...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Tue, 25 Nov 2025 20:34:36 +0000</pubDate>
                                    <category>Tutorial</category>
                            </item>
                    <item>
                <title><![CDATA[Beacon-hq/Bag: Immutable Value Objects for Modern PHP]]></title>
                <link>https://laravel-hub.com/blog/bag-immutable-value-objects-for-modern-php</link>
                <description><![CDATA[If you've ever wished PHP had cleaner, safer, and more predictable ways to handle structured data, [**Bag**](https://laravel-hub.com/package/bag) might become your new favorite tool. Created by **Dave...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Mon, 24 Nov 2025 11:37:28 +0000</pubDate>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[Krayin CRM: A Free & Open-Source Laravel CRM for Modern Teams]]></title>
                <link>https://laravel-hub.com/blog/krayin-crm-a-free-open-source-laravel-crm-for-modern-teams</link>
                <description><![CDATA[[Krayin CRM](https://laravel-hub.com/package/laravel-crm) is an open-source customer relationship management system built on Laravel and Vue.js. It’s designed for SMEs and enterprises that want a cl...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Sun, 23 Nov 2025 15:33:30 +0000</pubDate>
                                    <category>Projects</category>
                            </item>
                    <item>
                <title><![CDATA[UnoPim: Open-Source Product Information Management for Laravel]]></title>
                <link>https://laravel-hub.com/blog/unopim-open-source-product-information-management-for-laravel</link>
                <description><![CDATA[[UnoPim](https://laravel-hub.com/package/unopim) is a modern, open-source Product Information Management (PIM) system built on Laravel. It gives businesses a central place to store, enrich, and manage...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Sat, 22 Nov 2025 12:15:04 +0000</pubDate>
                                    <category>Projects</category>
                            </item>
                    <item>
                <title><![CDATA[Aureus ERP: A Modern, Open-Source ERP Built on Laravel & Filament]]></title>
                <link>https://laravel-hub.com/blog/aureus-erp-a-modern-open-source-erp-built-on-laravel-filament</link>
                <description><![CDATA[If you’ve ever tried to build ERP features from scratch inside a Laravel app… you know the pain.
[Aureus ERP](https://laravel-hub.com/package/aureuserp) steps in to save your sanity.

It’s a ful...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Thu, 20 Nov 2025 12:32:38 +0000</pubDate>
                                    <category>Projects</category>
                            </item>
                    <item>
                <title><![CDATA[Laravel Tip: Dispatch Jobs After Your DB Transaction Commits]]></title>
                <link>https://laravel-hub.com/blog/laravel-tip-dispatch-jobs-after-your-db-transaction-commits</link>
                <description><![CDATA[If you dispatch a queued job **inside** a database transaction, there’s a sneaky problem:

The job may run **before** your database changes are actually committed.

Meaning the job could query data ...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Wed, 19 Nov 2025 10:18:35 +0000</pubDate>
                                    <category>Tips</category>
                            </item>
                    <item>
                <title><![CDATA[Laravel MultiPersona: Simple Context Switching for Users]]></title>
                <link>https://laravel-hub.com/blog/laravel-multi-persona</link>
                <description><![CDATA[Most apps need users to wear multiple hats — admin, client, company A, company B…
Instead of creating multiple accounts or hacking guards, [**Laravel MultiPersona**](https://laravel-hub.com/packag...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Tue, 18 Nov 2025 11:54:46 +0000</pubDate>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[Laravel Magic Login: Passwordless Auth Made Dead Simple]]></title>
                <link>https://laravel-hub.com/blog/laravel-magic-login-passwordless-auth-made-dead-simple</link>
                <description><![CDATA[If you’ve ever built a login flow and thought, “Man… passwords are a headache,” you’re not alone. Laravel Magic Login jumps straight into that pain point and removes passwords entirely. Inst...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Sun, 16 Nov 2025 16:54:48 +0000</pubDate>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[Writing Laravel Like a Senior: Refactoring Common Junior Mistakes]]></title>
                <link>https://laravel-hub.com/blog/writing-laravel-like-a-senior-refactoring-common-junior-mistakes</link>
                <description><![CDATA[Clean, expressive code doesn’t just look good. it *scales*, *performs*, and *makes sense months later*.
Let’s compare typical “junior” Laravel code with “senior” refactors that follow best...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Thu, 13 Nov 2025 09:00:15 +0000</pubDate>
                                    <category>Tips</category>
                                    <category>Tutorial</category>
                            </item>
                    <item>
                <title><![CDATA[Laravel Taxonomy: Flexible Hierarchies, Categories & Tags for Your Laravel App]]></title>
                <link>https://laravel-hub.com/blog/laravel-taxonomy-flexible-hierarchies-categories-tags-for-your-laravel-app</link>
                <description><![CDATA[**Laravel Taxonomy** brings powerful taxonomy management to your Laravel application.

whether you’re building an e-commerce store, a content platform, or a tagging system.

It lets you manage **cat...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Tue, 11 Nov 2025 11:44:44 +0000</pubDate>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[Mastering Route Model Binding in Laravel: From Basic to Advanced]]></title>
                <link>https://laravel-hub.com/blog/mastering-route-model-binding-in-laravel-from-basic-to-advanced</link>
                <description><![CDATA[Route model binding is one of Laravel’s most useful features for keeping your code clean, expressive and safe. Rather than manually querying models in controllers, Laravel can automatically *inject*...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Sat, 08 Nov 2025 23:38:32 +0000</pubDate>
                                    <category>Tutorial</category>
                            </item>
                    <item>
                <title><![CDATA[Laravel Credits — Build Credit-Based Systems Effortlessly in Laravel]]></title>
                <link>https://laravel-hub.com/blog/laravel-credits-build-credit-based-systems-effortlessly-in-laravel</link>
                <description><![CDATA[When your app needs virtual currencies, reward points, or internal credit balances, ou don’t have to reinvent the wheel. 

**Laravel Credits** gives you a clean, flexible foundation for any credit-b...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Mon, 03 Nov 2025 15:27:21 +0000</pubDate>
                                    <category>package</category>
                                    <category>Tutorial</category>
                            </item>
                    <item>
                <title><![CDATA[20 Laravel Eloquent Performance Tips to Supercharge Your App]]></title>
                <link>https://laravel-hub.com/blog/20-laravel-eloquent-performance-tips-to-supercharge-your-app</link>
                <description><![CDATA[Laravel’s Eloquent ORM is powerful and elegant, but if used carelessly, it can silently slow your app down.
Here are **20 actionable tips** to make your Eloquent queries lean, fast, and efficient, a...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Thu, 30 Oct 2025 10:23:27 +0000</pubDate>
                                    <category>Tips</category>
                                    <category>Tutorial</category>
                            </item>
                    <item>
                <title><![CDATA[Laravel Spy — Track Every Outgoing HTTP Request]]></title>
                <link>https://laravel-hub.com/blog/laravel-spy-track-every-outgoing-http-request</link>
                <description><![CDATA[**Laravel Spy** is a lightweight package that logs all outgoing HTTP requests made by your Laravel app — perfect for debugging and monitoring external API calls.

It automatically records URLs, meth...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Thu, 30 Oct 2025 09:15:38 +0000</pubDate>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[Neuron AI for PHP: Build and Orchestrate AI Agents with Ease]]></title>
                <link>https://laravel-hub.com/blog/neuron-ai-for-php-build-and-orchestrate-ai-agents-with-ease</link>
                <description><![CDATA[**[Neuron AI](https://laravel-hub.com/package/neuron-ai)** is a PHP framework designed for creating and orchestrating AI agents. It lets you integrate AI-powered components directly into your Laravel ...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Wed, 29 Oct 2025 09:26:37 +0000</pubDate>
                                    <category>package</category>
                                    <category>News</category>
                            </item>
                    <item>
                <title><![CDATA[Inspector MCP Server — AI-Assisted Debugging for PHP Applications]]></title>
                <link>https://laravel-hub.com/blog/inspector-mcp-server-ai-assisted-debugging-for-php-applications</link>
                <description><![CDATA[The **Inspector MCP Server** brings production error monitoring to your AI coding agents and IDEs — enabling them to analyze real-world issues, suggest fixes, and enhance your debugging workflow.

`...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Mon, 27 Oct 2025 21:17:26 +0000</pubDate>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[Lara SMS for Laravel: Multi-Gateway SMS with Smart Fallbacks]]></title>
                <link>https://laravel-hub.com/blog/lara-sms-for-laravel-multi-gateway-sms-with-smart-fallbacks</link>
                <description><![CDATA[The **Lara SMS** package for Laravel provides a unified, fluent API for sending SMS through multiple gateways, including **Twilio**, **Vonage**, **SMS Misr**, **Jawaly**, **MobilySms**, **Msegat**, **...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Sat, 25 Oct 2025 22:32:32 +0000</pubDate>
                                    <category>package</category>
                                    <category>Tutorial</category>
                            </item>
                    <item>
                <title><![CDATA[Veil for Laravel: Encrypt Environment Variables Without Losing Readability]]></title>
                <link>https://laravel-hub.com/blog/veil-for-laravel-encrypt-environment-variables-without-losing-readability</link>
                <description><![CDATA[Managing sensitive data in Laravel applications often means encrypting entire environment files. but that usually makes them unreadable. 
**[Veil for Laravel](https://laravel-hub.com/package/veil)** c...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Fri, 24 Oct 2025 23:56:16 +0000</pubDate>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[Laravel’s `DataAwareRule`: Smarter Cross-Field Validation]]></title>
                <link>https://laravel-hub.com/blog/laravels-dataawarerule-smarter-cross-field-validation</link>
                <description><![CDATA[Custom validation rules in Laravel can only see the single field they’re validating. But what if you need to check multiple fields together, like making sure two numbers add up to a limit, or a disc...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Sat, 27 Dec 2025 15:02:59 +0000</pubDate>
                                    <category>Tutorial</category>
                            </item>
                    <item>
                <title><![CDATA[Uptime Kita – Simple Uptime Monitoring for Everyone]]></title>
                <link>https://laravel-hub.com/blog/uptime-kita</link>
                <description><![CDATA[[Uptime Kita](https://github.com/syofyanzuhad/uptime-kita) is an open-source uptime monitoring tool built with Laravel. The name *“Kita”* means *“Us”* in Indonesian, reflecting its goal: monit...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Wed, 20 Aug 2025 13:57:23 +0000</pubDate>
                                    <category>Tools</category>
                            </item>
                    <item>
                <title><![CDATA[Laravel Postman Documentation Generator: Auto-Build Your API Docs]]></title>
                <link>https://laravel-hub.com/blog/laravel-postman</link>
                <description><![CDATA[Generate organized, authentication-ready Postman collections from your Laravel API in seconds.]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Mon, 11 Aug 2025 17:20:51 +0000</pubDate>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[Laravel Eloquent Traits: Reusable Logic for Cleaner Models]]></title>
                <link>https://laravel-hub.com/blog/laravel-eloquent-traits-reusable-logic-for-cleaner-models</link>
                <description><![CDATA[Avoid duplication, keep your models DRY, and boost maintainability]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Fri, 08 Aug 2025 20:00:02 +0000</pubDate>
                                    <category>Tips</category>
                            </item>
                    <item>
                <title><![CDATA[Filament v4 Comes With A Greate Features That you Must Know]]></title>
                <link>https://laravel-hub.com/blog/filament-v4</link>
                <description><![CDATA[On **Tuesday, August 12, 2025**, the [Filament](https://filamentphp.com/) team officially will release **Filament v4 stable** — marking a huge milestone for the Laravel admin ecosystem.

In their ow...]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Fri, 08 Aug 2025 18:38:51 +0000</pubDate>
                                    <category>News</category>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[Laravel Pipelines: A Clean Way to Handle Complex Workflows]]></title>
                <link>https://laravel-hub.com/blog/laravel-pipelines-a-clean-way-to-handle-complex-workflows</link>
                <description><![CDATA[Use pipelines to break down multi-step logic into simple, testable classes]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Mon, 04 Aug 2025 08:48:07 +0000</pubDate>
                                    <category>Tutorial</category>
                            </item>
                    <item>
                <title><![CDATA[LaraAgent: Build AI Agents the Laravel Way]]></title>
                <link>https://laravel-hub.com/blog/laraagent-build-ai-agents-the-laravel-way</link>
                <description><![CDATA[Create smart, self-hosted AI agents using artisan commands and familiar Laravel conventions]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Sun, 03 Aug 2025 17:47:33 +0000</pubDate>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[Mailpit: Simple Local Email Testing for Laravel]]></title>
                <link>https://laravel-hub.com/blog/mailpit-simple-local-email-testing-for-laravel</link>
                <description><![CDATA[Preview every email sent from Laravel without actually sending it]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Sun, 16 Nov 2025 10:48:15 +0000</pubDate>
                                    <category>Tools</category>
                            </item>
                    <item>
                <title><![CDATA[VitoDeploy: Open Source Server Provisioning & Deployment]]></title>
                <link>https://laravel-hub.com/blog/vitodeploy-open-source-server-provisioning-deployment</link>
                <description><![CDATA[Manage servers, deploy PHP apps, and automate your stack—all from your own dashboard]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Wed, 30 Jul 2025 22:09:38 +0000</pubDate>
                                    <category>Tools</category>
                                    <category>Tutorial</category>
                            </item>
                    <item>
                <title><![CDATA[Laravel Disposable Email]]></title>
                <link>https://laravel-hub.com/blog/laravel-disposable-email</link>
                <description><![CDATA[Prevent fake signups using temporary email addresses]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Sun, 27 Jul 2025 17:27:24 +0000</pubDate>
                                    <category>package</category>
                            </item>
                    <item>
                <title><![CDATA[What’s New in PHP 8.5]]></title>
                <link>https://laravel-hub.com/blog/whats-new-in-php-85</link>
                <description><![CDATA[Explore advanced PHP 8.5 features to write cleaner, safer, and more efficient code]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Fri, 18 Jul 2025 23:05:53 +0000</pubDate>
                                    <category>Tutorial</category>
                            </item>
                    <item>
                <title><![CDATA[Understanding Model Properties in Laravel]]></title>
                <link>https://laravel-hub.com/blog/understanding-model-properties-in-laravel</link>
                <description><![CDATA[How @property and @property-read Improve Code Readability and IDE Support]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Wed, 16 Jul 2025 16:22:05 +0000</pubDate>
                                    <category>Tutorial</category>
                            </item>
                    <item>
                <title><![CDATA[Advanced Guide to Parallel HTTP Requests in Laravel]]></title>
                <link>https://laravel-hub.com/blog/advanced-guide-to-parallel-http-requests-in-laravel</link>
                <description><![CDATA[Speed Up Your External API Integrations Using Http::pool()]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Wed, 16 Jul 2025 16:17:55 +0000</pubDate>
                                    <category>Tutorial</category>
                                    <category>Tips</category>
                            </item>
                    <item>
                <title><![CDATA[Mastering Laravel's Service Container and Contextual Binding]]></title>
                <link>https://laravel-hub.com/blog/mastering-laravels-service-container-and-contextual-binding</link>
                <description><![CDATA[Advanced Dependency Injection Techniques for Clean and Scalable Code]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Tue, 15 Jul 2025 17:06:33 +0000</pubDate>
                                    <category>Tutorial</category>
                            </item>
                    <item>
                <title><![CDATA[Mastering Custom Middleware in Laravel]]></title>
                <link>https://laravel-hub.com/blog/mastering-custom-middleware-in-laravel</link>
                <description><![CDATA[Building Robust and Scalable Middleware for Complex Applications]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Tue, 15 Jul 2025 16:57:13 +0000</pubDate>
                                    <category>Tips</category>
                                    <category>Tutorial</category>
                            </item>
                    <item>
                <title><![CDATA[Advanced Guide to Spatie Laravel Permission: Extending and Optimizing Role-Based Access Control]]></title>
                <link>https://laravel-hub.com/blog/advanced-guide-to-spatie-laravel-permission-extending-and-optimizing-role-based-access-control</link>
                <description><![CDATA[Enhancing Laravel Applications with Custom Models, Super-Admin Roles, and Performance Optimization]]></description>
                <author><![CDATA[Muhammed Elfeqy <thefeqy@gmail.com>]]></author>
                <pubDate>Tue, 15 Jul 2025 16:55:08 +0000</pubDate>
                                    <category>Tutorial</category>
                                    <category>package</category>
                            </item>
            </channel>
</rss>
