<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Muhammad Bilal</title>
    <description>The latest articles on DEV Community by Muhammad Bilal (@muhammad_bilal_553c41a917).</description>
    <link>https://dev.to/muhammad_bilal_553c41a917</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3694263%2Fe801e471-5148-47ae-8d45-4428a0c82c3b.jpg</url>
      <title>DEV Community: Muhammad Bilal</title>
      <link>https://dev.to/muhammad_bilal_553c41a917</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/muhammad_bilal_553c41a917"/>
    <language>en</language>
    <item>
      <title>Laravel 13 just dropped.</title>
      <dc:creator>Muhammad Bilal</dc:creator>
      <pubDate>Wed, 18 Mar 2026 07:16:50 +0000</pubDate>
      <link>https://dev.to/muhammad_bilal_553c41a917/laravel-13-just-dropped-4fpo</link>
      <guid>https://dev.to/muhammad_bilal_553c41a917/laravel-13-just-dropped-4fpo</guid>
      <description>&lt;p&gt;Laravel 13 just dropped. &lt;br&gt;
And nothing is the same.&lt;br&gt;
Debugging APIs for hours?&lt;br&gt;
Praying third-party packages work?&lt;br&gt;
That era is dead.&lt;/p&gt;

&lt;p&gt;Here's what changed 👇&lt;br&gt;
One SDK. All AIs.&lt;br&gt;
OpenAI? ✅&lt;br&gt;
Anthropic? ✅&lt;br&gt;
Gemini? ✅&lt;br&gt;
Groq? ✅ &lt;br&gt;
Switch providers. Zero logic change.&lt;br&gt;
Laravel MCP — Your app now talks to AI agents. Natively.&lt;br&gt;
JSON: API — International standards. Built in. Finally.&lt;/p&gt;

&lt;p&gt;Laravel isn't a framework anymore.&lt;br&gt;
It's an AI platform.&lt;/p&gt;

&lt;p&gt;Are you already building?&lt;br&gt;
Or still on the fence?&lt;/p&gt;

&lt;p&gt;Drop it below. 👇&lt;br&gt;
Tag a dev friend.&lt;/p&gt;

&lt;h1&gt;
  
  
  Laravel #Laravel13 #PHP #AIAgents #WebDevelopment #TechLeadership #LaravelAI
&lt;/h1&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Laravel Request Lifecycle: What Really Happens Beyond MVC</title>
      <dc:creator>Muhammad Bilal</dc:creator>
      <pubDate>Mon, 05 Jan 2026 12:35:06 +0000</pubDate>
      <link>https://dev.to/muhammad_bilal_553c41a917/laravel-request-lifecycle-what-really-happens-beyond-mvc-2895</link>
      <guid>https://dev.to/muhammad_bilal_553c41a917/laravel-request-lifecycle-what-really-happens-beyond-mvc-2895</guid>
      <description>&lt;p&gt;Laravel is often introduced as an MVC framework, but MVC only explains how we organize code — not how Laravel actually works internally.&lt;br&gt;
This diagram shows what actually happens inside Laravel 11 when a request hits your application.&lt;/p&gt;

&lt;p&gt;From the entry point to application configuration, service container resolution, service providers lifecycle, and a middleware pipeline (without a Kernel file), everything is designed around lazy loading and dependency injection.&lt;/p&gt;

&lt;p&gt;Once you understand this flow, things like service providers, middleware order, and container bindings start to make a lot more sense.&lt;/p&gt;

&lt;p&gt;Laravel didn’t remove complexity — it organized it.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>laravel</category>
      <category>php</category>
      <category>softwaredevelopment</category>
    </item>
  </channel>
</rss>
