<?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: Hussain</title>
    <description>The latest articles on DEV Community by Hussain (@ghulamhussainbantwastack).</description>
    <link>https://dev.to/ghulamhussainbantwastack</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%2F3928019%2F1f647ff7-80fb-4bdb-926f-a4cdbb0280d8.jpeg</url>
      <title>DEV Community: Hussain</title>
      <link>https://dev.to/ghulamhussainbantwastack</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ghulamhussainbantwastack"/>
    <language>en</language>
    <item>
      <title>Zero Downtime Laravel Deployments Made Easy with phantomshift/laravel-deployer</title>
      <dc:creator>Hussain</dc:creator>
      <pubDate>Tue, 12 May 2026 21:51:35 +0000</pubDate>
      <link>https://dev.to/ghulamhussainbantwastack/zero-downtime-laravel-deployments-made-easy-with-phantomshiftlaravel-deployer-1fg1</link>
      <guid>https://dev.to/ghulamhussainbantwastack/zero-downtime-laravel-deployments-made-easy-with-phantomshiftlaravel-deployer-1fg1</guid>
      <description>&lt;p&gt;Deploying Laravel without downtime is painful. 502 errors, failed migrations, manual rollback - we've all been there.&lt;/p&gt;

&lt;p&gt;So I built &lt;code&gt;phantomshift/laravel-deployer&lt;/code&gt; - a Blue-Green deployment package for Laravel.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why?
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Zero Downtime&lt;/strong&gt;: Switches between 'blue' and 'green' releases. Users see nothing.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auto Rollback&lt;/strong&gt;: Deployment fails? It auto-reverts to last working version.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Laravel Native&lt;/strong&gt;: Works with Laravel 10, 11, 12. Uses Artisan commands.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Install
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
composer require phantomshift/laravel-deployer
php artisan deployer:install
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>laravel</category>
      <category>php</category>
      <category>devops</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
