> ## Documentation Index
> Fetch the complete documentation index at: https://developer.upsun.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Maz Mohammadi

> Articles written by Maz Mohammadi.

<div className="blog-card-grid">
  {/* Auto-generated by blog:generate — DO NOT edit manually */}

  <a href="/posts/tutorials/deploying-laravel-reverb-on-upsun" className="blog-card group rounded-xl bg-card border-theme card-hover shadow-sm hover:shadow-md transition-all overflow-hidden flex flex-col">
    {`/images/posts/devcenter.webp` !== '' && (
          <div className="blog-card-img-wrap">
            <img src="/images/posts/devcenter.webp" alt="Deploying Laravel Reverb on Upsun" className="blog-card-img" />
          </div>
        )}

    <div className="blog-card-body">
      <div className="flex items-center gap-2">
        {`tutorials` !== '' && (
                      <span className="text-xs font-semibold uppercase tracking-wider px-2 py-0.5 rounded-md bg-accent-badge border border-accent-soft text-accent">
                        tutorials
                      </span>
                    )}

        <span className="text-xs text-subtle">Thursday, May 21st 2026</span>
      </div>

      <h3 className="blog-card-title group-hover:text-accent transition-colors">Deploying Laravel Reverb on Upsun</h3>
      <p className="blog-card-desc">Build a real-time voting app with Laravel and Reverb, deploy it to Upsun, then scale the WebSocket layer horizontally with Redis pub/sub.</p>
    </div>
  </a>
</div>
